Html Css Color HEX #067495 Cerulean

📋 copy color: '#067495'

red 6 ◦ green 116 ◦ blue 149

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

Shades of Cerulean #067495

Tints of Cerulean #067495

RGB

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

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

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

R = 2.21%
G = 42.8%
B = 54.98%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#067495 (or 0x067495) is known color: Cerulean. HEX triplet: 06, 74 and 95. RGB value is (6,116,149). Sum of RGB (Red+Green+Blue) = 6+116+149=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #067495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067495 is #F98B6A. Grayscale: #565656. Windows color (decimal): -16354155 or 9794566. OLE color: 9794566.

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

Color convert

RGB 6 116 149 -
CMYK 0.96 0.22 0 0.42
HSL 193.85º 0.92% 0.3% -
HSV(B) 193.85º 0.96% 0.58% -
XYZ 11.75 14.7 30.65 -
YUV 86.87 163.06 70.32 -
System Red Green Blue C M Y K H S L
Decimal 6 116 149 0.96 0.22 0 0.42 193.85 0.92 0.3
Hex 6 74 95 60 16 0 2A C2 5C 1E
Octal 6 164 225 140 26 0 52 302 134 36
Binary 110 1110100 10010101 1100000 10110 0 101010 11000010 1011100 11110

Color Harmonies of #067495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067495

Black with #067495

Text Example


Text Example

White with #067495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067495; }

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

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

background-color css

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

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

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

border-color css

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

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

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