Html Css Color HEX #01488A Dark Cerulean

📋 copy color: '#01488A'

red 1 ◦ green 72 ◦ blue 138

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

Shades of Dark Cerulean #01488A

Tints of Dark Cerulean #01488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

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

R = 0.47%
G = 34.12%
B = 65.4%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01488A (or 0x01488A) is known color: Dark Cerulean. HEX triplet: 01, 48 and 8A. RGB value is (1,72,138). Sum of RGB (Red+Green+Blue) = 1+72+138=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #01488A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01488A is #FEB775. Grayscale: #393939. Windows color (decimal): -16693110 or 9062401. OLE color: 9062401.

HSL color Cylindrical-coordinate representation of color #01488A: hue angle of 208.91º 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 #01488A is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 72 138 -
CMYK 0.99 0.48 0 0.46
HSL 208.91º 0.99% 0.27% -
HSV(B) 208.91º 0.99% 0.54% -
XYZ 6.92 6.48 24.93 -
YUV 58.3 172.98 87.13 -
System Red Green Blue C M Y K H S L
Decimal 1 72 138 0.99 0.48 0 0.46 208.91 0.99 0.27
Hex 1 48 8A 63 30 0 2E D1 63 1B
Octal 1 110 212 143 60 0 56 321 143 33
Binary 1 1001000 10001010 1100011 110000 0 101110 11010001 1100011 11011

Color Harmonies of #01488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01488A

Black with #01488A

Text Example


Text Example

White with #01488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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