Html Css Color HEX #067490 Cerulean

📋 copy color: '#067490'

red 6 ◦ green 116 ◦ blue 144

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

Shades of Cerulean #067490

Tints of Cerulean #067490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 2.26%
G = 43.61%
B = 54.14%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#067490 (or 0x067490) is known color: Cerulean. HEX triplet: 06, 74 and 90. RGB value is (6,116,144). Sum of RGB (Red+Green+Blue) = 6+116+144=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #067490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067490 is #F98B6F. Grayscale: #565656. Windows color (decimal): -16354160 or 9466886. OLE color: 9466886.

HSL color Cylindrical-coordinate representation of color #067490: hue angle of 192.17º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067490 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 116 144 -
CMYK 0.96 0.19 0 0.44
HSL 192.17º 0.92% 0.29% -
HSV(B) 192.17º 0.96% 0.56% -
XYZ 11.35 14.54 28.59 -
YUV 86.3 160.56 70.72 -
System Red Green Blue C M Y K H S L
Decimal 6 116 144 0.96 0.19 0 0.44 192.17 0.92 0.29
Hex 6 74 90 60 13 0 2C C0 5C 1D
Octal 6 164 220 140 23 0 54 300 134 35
Binary 110 1110100 10010000 1100000 10011 0 101100 11000000 1011100 11101

Color Harmonies of #067490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067490

Black with #067490

Text Example


Text Example

White with #067490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067490; }

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

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

background-color css

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

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

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

border-color css

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

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

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