Html Css Color HEX #067096 Cerulean

📋 copy color: '#067096'

red 6 ◦ green 112 ◦ blue 150

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

Shades of Cerulean #067096

Tints of Cerulean #067096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.79%

 BLUE value IS 150 (58.98% from 255) = 55.97%

R = 2.24%
G = 41.79%
B = 55.97%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#067096 (or 0x067096) is known color: Cerulean. HEX triplet: 06, 70 and 96. RGB value is (6,112,150). Sum of RGB (Red+Green+Blue) = 6+112+150=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #067096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067096 is #F98F69. Grayscale: #545454. Windows color (decimal): -16355178 or 9859078. OLE color: 9859078.

HSL color Cylindrical-coordinate representation of color #067096: hue angle of 195.83º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067096 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 112 150 -
CMYK 0.96 0.25 0 0.41
HSL 195.83º 0.92% 0.31% -
HSV(B) 195.83º 0.96% 0.59% -
XYZ 11.37 13.83 30.92 -
YUV 84.64 164.88 71.91 -
System Red Green Blue C M Y K H S L
Decimal 6 112 150 0.96 0.25 0 0.41 195.83 0.92 0.31
Hex 6 70 96 60 19 0 29 C4 5C 1F
Octal 6 160 226 140 31 0 51 304 134 37
Binary 110 1110000 10010110 1100000 11001 0 101001 11000100 1011100 11111

Color Harmonies of #067096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067096

Black with #067096

Text Example


Text Example

White with #067096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067096; }

 p { color: rgb(6,112,150); }

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

background-color css

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

 a { background-color: rgb(6,112,150); }

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

border-color css

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

 span { border-color: rgb(6,112,150); }

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