Html Css Color HEX #067EAA Cerulean

📋 copy color: '#067EAA'

red 6 ◦ green 126 ◦ blue 170

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

Shades of Cerulean #067EAA

Tints of Cerulean #067EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.72%

 BLUE value IS 170 (66.8% from 255) = 56.29%

R = 1.99%
G = 41.72%
B = 56.29%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#067EAA (or 0x067EAA) is known color: Cerulean. HEX triplet: 06, 7E and AA. RGB value is (6,126,170). Sum of RGB (Red+Green+Blue) = 6+126+170=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #067EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067EAA is #F98155. Grayscale: #5E5E5E. Windows color (decimal): -16351574 or 11173382. OLE color: 11173382.

HSL color Cylindrical-coordinate representation of color #067EAA: hue angle of 196.1º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067EAA is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 126 170 -
CMYK 0.96 0.26 0 0.33
HSL 196.1º 0.93% 0.35% -
HSV(B) 196.1º 0.96% 0.67% -
XYZ 14.79 17.86 40.7 -
YUV 95.14 170.24 64.42 -
System Red Green Blue C M Y K H S L
Decimal 6 126 170 0.96 0.26 0 0.33 196.1 0.93 0.35
Hex 6 7E AA 60 1A 0 21 C4 5D 23
Octal 6 176 252 140 32 0 41 304 135 43
Binary 110 1111110 10101010 1100000 11010 0 100001 11000100 1011101 100011

Color Harmonies of #067EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067EAA

Black with #067EAA

Text Example


Text Example

White with #067EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067EAA; }

 p { color: rgb(6,126,170); }

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

background-color css

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

 a { background-color: rgb(6,126,170); }

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

border-color css

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

 span { border-color: rgb(6,126,170); }

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