Html Css Color HEX #067AAF Cerulean

📋 copy color: '#067AAF'

red 6 ◦ green 122 ◦ blue 175

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

Shades of Cerulean #067AAF

Tints of Cerulean #067AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.76%

R = 1.98%
G = 40.26%
B = 57.76%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#067AAF (or 0x067AAF) is known color: Cerulean. HEX triplet: 06, 7A and AF. RGB value is (6,122,175). Sum of RGB (Red+Green+Blue) = 6+122+175=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #067AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067AAF is #F98550. Grayscale: #5D5D5D. Windows color (decimal): -16352593 or 11500038. OLE color: 11500038.

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

Color convert

RGB 6 122 175 -
CMYK 0.97 0.30 0 0.31
HSL 198.82º 0.93% 0.35% -
HSV(B) 198.82º 0.97% 0.69% -
XYZ 14.77 17.05 43.07 -
YUV 93.36 174.07 65.69 -
System Red Green Blue C M Y K H S L
Decimal 6 122 175 0.97 0.30 0 0.31 198.82 0.93 0.35
Hex 6 7A AF 61 1E 0 1F C7 5D 23
Octal 6 172 257 141 36 0 37 307 135 43
Binary 110 1111010 10101111 1100001 11110 0 11111 11000111 1011101 100011

Color Harmonies of #067AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067AAF

Black with #067AAF

Text Example


Text Example

White with #067AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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