Html Css Color HEX #01148A Dark Blue

📋 copy color: '#01148A'

red 1 ◦ green 20 ◦ blue 138

#01148A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #01148A

Tints of Dark Blue #01148A

RGB

 RED value IS 1 (0.78% from 255) = 0.63%

 GREEN value IS 20 (8.2% from 255) = 12.58%

 BLUE value IS 138 (54.3% from 255) = 86.79%

R = 0.63%
G = 12.58%
B = 86.79%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#01148A (or 0x01148A) is known color: Dark Blue. HEX triplet: 01, 14 and 8A. RGB value is (1,20,138). Sum of RGB (Red+Green+Blue) = 1+20+138=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 138 (54.30% from 255 or 86.79% from 159); Max value from RGB is 138 - color contains mainly: blue. Hex color #01148A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01148A is #FEEB75. Grayscale: #1B1B1B. Windows color (decimal): -16706422 or 9049089. OLE color: 9049089.

HSL color Cylindrical-coordinate representation of color #01148A: hue angle of 231.68º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01148A is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 20 138 -
CMYK 0.99 0.86 0 0.46
HSL 231.68º 0.99% 0.27% -
HSV(B) 231.68º 0.99% 0.54% -
XYZ 4.85 2.34 24.24 -
YUV 27.77 190.21 108.91 -
System Red Green Blue C M Y K H S L
Decimal 1 20 138 0.99 0.86 0 0.46 231.68 0.99 0.27
Hex 1 14 8A 63 56 0 2E E8 63 1B
Octal 1 24 212 143 126 0 56 350 143 33
Binary 1 10100 10001010 1100011 1010110 0 101110 11101000 1100011 11011

Color Harmonies of #01148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01148A

Black with #01148A

Text Example


Text Example

White with #01148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01148A; }

 p { color: rgb(1,20,138); }

 H1.HeaderClassName
 {
   color: #01148A;
 }
 .AnyTagClassName
 {
   color: #01148A;
 }
</style>

background-color css

<style>
 a { background-color: #01148A; }

 a { background-color: rgb(1,20,138); }

 div.DivClassName
 {
   background-color: #01148A;
 }
 .BgClassName
 {
   background-color: #01148A;
 }
</style>

border-color css

<style>
 span { border-color: #01148A; }

 span { border-color: rgb(1,20,138); }

 td.TdClassName
 {
   border-color: #01148A;
 }
 .TagClassName
 {
   border-color: #01148A;
 }
</style>