Html Css Color HEX #067FAC Cerulean

📋 copy color: '#067FAC'

red 6 ◦ green 127 ◦ blue 172

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

Shades of Cerulean #067FAC

Tints of Cerulean #067FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 41.64%

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

R = 1.97%
G = 41.64%
B = 56.39%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#067FAC (or 0x067FAC) is known color: Cerulean. HEX triplet: 06, 7F and AC. RGB value is (6,127,172). Sum of RGB (Red+Green+Blue) = 6+127+172=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #067FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067FAC is #F98053. Grayscale: #5F5F5F. Windows color (decimal): -16351316 or 11304710. OLE color: 11304710.

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

Color convert

RGB 6 127 172 -
CMYK 0.97 0.26 0 0.33
HSL 196.27º 0.93% 0.35% -
HSV(B) 196.27º 0.97% 0.67% -
XYZ 15.11 18.2 41.75 -
YUV 95.95 170.91 63.84 -
System Red Green Blue C M Y K H S L
Decimal 6 127 172 0.97 0.26 0 0.33 196.27 0.93 0.35
Hex 6 7F AC 61 1A 0 21 C4 5D 23
Octal 6 177 254 141 32 0 41 304 135 43
Binary 110 1111111 10101100 1100001 11010 0 100001 11000100 1011101 100011

Color Harmonies of #067FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FAC

Black with #067FAC

Text Example


Text Example

White with #067FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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