Html Css Color HEX #067AAA Cerulean

📋 copy color: '#067AAA'

red 6 ◦ green 122 ◦ blue 170

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

Shades of Cerulean #067AAA

Tints of Cerulean #067AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.94%

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

R = 2.01%
G = 40.94%
B = 57.05%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#067AAA (or 0x067AAA) is known color: Cerulean. HEX triplet: 06, 7A and AA. RGB value is (6,122,170). Sum of RGB (Red+Green+Blue) = 6+122+170=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #067AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067AAA is #F98555. Grayscale: #5C5C5C. Windows color (decimal): -16352598 or 11172358. OLE color: 11172358.

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

Color convert

RGB 6 122 170 -
CMYK 0.96 0.28 0 0.33
HSL 197.56º 0.93% 0.35% -
HSV(B) 197.56º 0.96% 0.67% -
XYZ 14.29 16.86 40.53 -
YUV 92.79 171.57 66.1 -
System Red Green Blue C M Y K H S L
Decimal 6 122 170 0.96 0.28 0 0.33 197.56 0.93 0.35
Hex 6 7A AA 60 1C 0 21 C6 5D 23
Octal 6 172 252 140 34 0 41 306 135 43
Binary 110 1111010 10101010 1100000 11100 0 100001 11000110 1011101 100011

Color Harmonies of #067AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067AAA

Black with #067AAA

Text Example


Text Example

White with #067AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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