Html Css Color HEX #067296 Cerulean

📋 copy color: '#067296'

red 6 ◦ green 114 ◦ blue 150

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

Shades of Cerulean #067296

Tints of Cerulean #067296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.22%

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

R = 2.22%
G = 42.22%
B = 55.56%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#067296 (or 0x067296) is known color: Cerulean. HEX triplet: 06, 72 and 96. RGB value is (6,114,150). Sum of RGB (Red+Green+Blue) = 6+114+150=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #067296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067296 is #F98D69. Grayscale: #555555. Windows color (decimal): -16354666 or 9859590. OLE color: 9859590.

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

Color convert

RGB 6 114 150 -
CMYK 0.96 0.24 0 0.41
HSL 195º 0.92% 0.31% -
HSV(B) 195º 0.96% 0.59% -
XYZ 11.6 14.28 31 -
YUV 85.81 164.22 71.07 -
System Red Green Blue C M Y K H S L
Decimal 6 114 150 0.96 0.24 0 0.41 195 0.92 0.31
Hex 6 72 96 60 18 0 29 C3 5C 1F
Octal 6 162 226 140 30 0 51 303 134 37
Binary 110 1110010 10010110 1100000 11000 0 101001 11000011 1011100 11111

Color Harmonies of #067296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067296

Black with #067296

Text Example


Text Example

White with #067296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067296; }

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

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

background-color css

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

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

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

border-color css

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

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

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