Html Css Color HEX #067095 Cerulean

📋 copy color: '#067095'

red 6 ◦ green 112 ◦ blue 149

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

Shades of Cerulean #067095

Tints of Cerulean #067095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.81%

R = 2.25%
G = 41.95%
B = 55.81%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#067095 (or 0x067095) is known color: Cerulean. HEX triplet: 06, 70 and 95. RGB value is (6,112,149). Sum of RGB (Red+Green+Blue) = 6+112+149=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #067095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067095 is #F98F6A. Grayscale: #545454. Windows color (decimal): -16355179 or 9793542. OLE color: 9793542.

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

Color convert

RGB 6 112 149 -
CMYK 0.96 0.25 0 0.42
HSL 195.52º 0.92% 0.3% -
HSV(B) 195.52º 0.96% 0.58% -
XYZ 11.29 13.8 30.5 -
YUV 84.52 164.38 71.99 -
System Red Green Blue C M Y K H S L
Decimal 6 112 149 0.96 0.25 0 0.42 195.52 0.92 0.3
Hex 6 70 95 60 19 0 2A C4 5C 1E
Octal 6 160 225 140 31 0 52 304 134 36
Binary 110 1110000 10010101 1100000 11001 0 101010 11000100 1011100 11110

Color Harmonies of #067095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067095

Black with #067095

Text Example


Text Example

White with #067095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067095; }

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

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

background-color css

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

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

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

border-color css

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

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

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