Html Css Color HEX #06488B Dark Cerulean

📋 copy color: '#06488B'

red 6 ◦ green 72 ◦ blue 139

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

Shades of Dark Cerulean #06488B

Tints of Dark Cerulean #06488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 64.06%

R = 2.76%
G = 33.18%
B = 64.06%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06488B (or 0x06488B) is known color: Dark Cerulean. HEX triplet: 06, 48 and 8B. RGB value is (6,72,139). Sum of RGB (Red+Green+Blue) = 6+72+139=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #06488B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06488B is #F9B774. Grayscale: #3B3B3B. Windows color (decimal): -16365429 or 9127942. OLE color: 9127942.

HSL color Cylindrical-coordinate representation of color #06488B: hue angle of 210.23º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06488B is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 72 139 -
CMYK 0.96 0.48 0 0.45
HSL 210.23º 0.92% 0.28% -
HSV(B) 210.23º 0.96% 0.55% -
XYZ 7.05 6.54 25.32 -
YUV 59.9 172.63 89.55 -
System Red Green Blue C M Y K H S L
Decimal 6 72 139 0.96 0.48 0 0.45 210.23 0.92 0.28
Hex 6 48 8B 60 30 0 2D D2 5C 1C
Octal 6 110 213 140 60 0 55 322 134 34
Binary 110 1001000 10001011 1100000 110000 0 101101 11010010 1011100 11100

Color Harmonies of #06488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06488B

Black with #06488B

Text Example


Text Example

White with #06488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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