Html Css Color HEX #067494 Cerulean

📋 copy color: '#067494'

red 6 ◦ green 116 ◦ blue 148

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

Shades of Cerulean #067494

Tints of Cerulean #067494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.81%

R = 2.22%
G = 42.96%
B = 54.81%

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

#067494 (or 0x067494) is known color: Cerulean. HEX triplet: 06, 74 and 94. RGB value is (6,116,148). Sum of RGB (Red+Green+Blue) = 6+116+148=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #067494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067494 is #F98B6B. Grayscale: #565656. Windows color (decimal): -16354156 or 9729030. OLE color: 9729030.

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

Color convert

RGB 6 116 148 -
CMYK 0.96 0.22 0 0.42
HSL 193.52º 0.92% 0.3% -
HSV(B) 193.52º 0.96% 0.58% -
XYZ 11.67 14.67 30.23 -
YUV 86.76 162.56 70.4 -
System Red Green Blue C M Y K H S L
Decimal 6 116 148 0.96 0.22 0 0.42 193.52 0.92 0.3
Hex 6 74 94 60 16 0 2A C2 5C 1E
Octal 6 164 224 140 26 0 52 302 134 36
Binary 110 1110100 10010100 1100000 10110 0 101010 11000010 1011100 11110

Color Harmonies of #067494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067494

Black with #067494

Text Example


Text Example

White with #067494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067494; }

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

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

background-color css

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

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

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

border-color css

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

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

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