Html Css Color HEX #067CAA Cerulean

📋 copy color: '#067CAA'

red 6 ◦ green 124 ◦ blue 170

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

Shades of Cerulean #067CAA

Tints of Cerulean #067CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.33%

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

R = 2%
G = 41.33%
B = 56.67%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#067CAA (or 0x067CAA) is known color: Cerulean. HEX triplet: 06, 7C and AA. RGB value is (6,124,170). Sum of RGB (Red+Green+Blue) = 6+124+170=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #067CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067CAA is #F98355. Grayscale: #5D5D5D. Windows color (decimal): -16352086 or 11172870. OLE color: 11172870.

HSL color Cylindrical-coordinate representation of color #067CAA: hue angle of 196.83º 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 #067CAA is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 124 170 -
CMYK 0.96 0.27 0 0.33
HSL 196.83º 0.93% 0.35% -
HSV(B) 196.83º 0.96% 0.67% -
XYZ 14.54 17.36 40.61 -
YUV 93.96 170.91 65.26 -
System Red Green Blue C M Y K H S L
Decimal 6 124 170 0.96 0.27 0 0.33 196.83 0.93 0.35
Hex 6 7C AA 60 1B 0 21 C5 5D 23
Octal 6 174 252 140 33 0 41 305 135 43
Binary 110 1111100 10101010 1100000 11011 0 100001 11000101 1011101 100011

Color Harmonies of #067CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067CAA

Black with #067CAA

Text Example


Text Example

White with #067CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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