Html Css Color HEX #06508C Dark Cerulean

📋 copy color: '#06508C'

red 6 ◦ green 80 ◦ blue 140

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

Shades of Dark Cerulean #06508C

Tints of Dark Cerulean #06508C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 140 (55.08% from 255) = 61.95%

R = 2.65%
G = 35.4%
B = 61.95%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06508C (or 0x06508C) is known color: Dark Cerulean. HEX triplet: 06, 50 and 8C. RGB value is (6,80,140). Sum of RGB (Red+Green+Blue) = 6+80+140=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #06508C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06508C is #F9AF73. Grayscale: #404040. Windows color (decimal): -16363380 or 9195526. OLE color: 9195526.

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

Color convert

RGB 6 80 140 -
CMYK 0.96 0.43 0 0.45
HSL 206.87º 0.92% 0.29% -
HSV(B) 206.87º 0.96% 0.55% -
XYZ 7.68 7.67 25.89 -
YUV 64.71 170.48 86.12 -
System Red Green Blue C M Y K H S L
Decimal 6 80 140 0.96 0.43 0 0.45 206.87 0.92 0.29
Hex 6 50 8C 60 2B 0 2D CF 5C 1D
Octal 6 120 214 140 53 0 55 317 134 35
Binary 110 1010000 10001100 1100000 101011 0 101101 11001111 1011100 11101

Color Harmonies of #06508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06508C

Black with #06508C

Text Example


Text Example

White with #06508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06508C; }

 p { color: rgb(6,80,140); }

 H1.HeaderClassName
 {
   color: #06508C;
 }
 .AnyTagClassName
 {
   color: #06508C;
 }
</style>

background-color css

<style>
 a { background-color: #06508C; }

 a { background-color: rgb(6,80,140); }

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

border-color css

<style>
 span { border-color: #06508C; }

 span { border-color: rgb(6,80,140); }

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