Html Css Color HEX #067AAC Cerulean

📋 copy color: '#067AAC'

red 6 ◦ green 122 ◦ blue 172

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

Shades of Cerulean #067AAC

Tints of Cerulean #067AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.33%

R = 2%
G = 40.67%
B = 57.33%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#067AAC (or 0x067AAC) is known color: Cerulean. HEX triplet: 06, 7A and AC. RGB value is (6,122,172). Sum of RGB (Red+Green+Blue) = 6+122+172=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #067AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067AAC is #F98553. Grayscale: #5C5C5C. Windows color (decimal): -16352596 or 11303430. OLE color: 11303430.

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

Color convert

RGB 6 122 172 -
CMYK 0.97 0.29 0 0.33
HSL 198.07º 0.93% 0.35% -
HSV(B) 198.07º 0.97% 0.67% -
XYZ 14.48 16.94 41.54 -
YUV 93.02 172.57 65.93 -
System Red Green Blue C M Y K H S L
Decimal 6 122 172 0.97 0.29 0 0.33 198.07 0.93 0.35
Hex 6 7A AC 61 1D 0 21 C6 5D 23
Octal 6 172 254 141 35 0 41 306 135 43
Binary 110 1111010 10101100 1100001 11101 0 100001 11000110 1011101 100011

Color Harmonies of #067AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067AAC

Black with #067AAC

Text Example


Text Example

White with #067AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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