Html Css Color HEX #067496 Cerulean

📋 copy color: '#067496'

red 6 ◦ green 116 ◦ blue 150

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

Shades of Cerulean #067496

Tints of Cerulean #067496

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.65%

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

R = 2.21%
G = 42.65%
B = 55.15%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#067496 (or 0x067496) is known color: Cerulean. HEX triplet: 06, 74 and 96. RGB value is (6,116,150). Sum of RGB (Red+Green+Blue) = 6+116+150=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #067496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067496 is #F98B69. Grayscale: #565656. Windows color (decimal): -16354154 or 9860102. OLE color: 9860102.

HSL color Cylindrical-coordinate representation of color #067496: hue angle of 194.17º 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 #067496 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 116 150 -
CMYK 0.96 0.23 0 0.41
HSL 194.17º 0.92% 0.31% -
HSV(B) 194.17º 0.96% 0.59% -
XYZ 11.83 14.73 31.07 -
YUV 86.99 163.56 70.24 -
System Red Green Blue C M Y K H S L
Decimal 6 116 150 0.96 0.23 0 0.41 194.17 0.92 0.31
Hex 6 74 96 60 17 0 29 C2 5C 1F
Octal 6 164 226 140 27 0 51 302 134 37
Binary 110 1110100 10010110 1100000 10111 0 101001 11000010 1011100 11111

Color Harmonies of #067496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067496

Black with #067496

Text Example


Text Example

White with #067496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067496; }

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

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

background-color css

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

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

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

border-color css

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

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

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