Html Css Color HEX #06488E Dark Cerulean

📋 copy color: '#06488E'

red 6 ◦ green 72 ◦ blue 142

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

Shades of Dark Cerulean #06488E

Tints of Dark Cerulean #06488E

RGB

 RED value IS 6 (2.73% from 255) = 2.73%

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

 BLUE value IS 142 (55.86% from 255) = 64.55%

R = 2.73%
G = 32.73%
B = 64.55%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#06488E (or 0x06488E) is known color: Dark Cerulean. HEX triplet: 06, 48 and 8E. RGB value is (6,72,142). Sum of RGB (Red+Green+Blue) = 6+72+142=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #06488E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06488E is #F9B771. Grayscale: #3B3B3B. Windows color (decimal): -16365426 or 9324550. OLE color: 9324550.

HSL color Cylindrical-coordinate representation of color #06488E: hue angle of 210.88º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06488E is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 72 142 -
CMYK 0.96 0.49 0 0.44
HSL 210.88º 0.92% 0.29% -
HSV(B) 210.88º 0.96% 0.56% -
XYZ 7.27 6.63 26.49 -
YUV 60.25 174.13 89.31 -
System Red Green Blue C M Y K H S L
Decimal 6 72 142 0.96 0.49 0 0.44 210.88 0.92 0.29
Hex 6 48 8E 60 31 0 2C D3 5C 1D
Octal 6 110 216 140 61 0 54 323 134 35
Binary 110 1001000 10001110 1100000 110001 0 101100 11010011 1011100 11101

Color Harmonies of #06488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06488E

Black with #06488E

Text Example


Text Example

White with #06488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06488E; }

 p { color: rgb(6,72,142); }

 H1.HeaderClassName
 {
   color: #06488E;
 }
 .AnyTagClassName
 {
   color: #06488E;
 }
</style>

background-color css

<style>
 a { background-color: #06488E; }

 a { background-color: rgb(6,72,142); }

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

border-color css

<style>
 span { border-color: #06488E; }

 span { border-color: rgb(6,72,142); }

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