Html Css Color HEX #067FAB Cerulean

📋 copy color: '#067FAB'

red 6 ◦ green 127 ◦ blue 171

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

Shades of Cerulean #067FAB

Tints of Cerulean #067FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.25%

R = 1.97%
G = 41.78%
B = 56.25%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#067FAB (or 0x067FAB) is known color: Cerulean. HEX triplet: 06, 7F and AB. RGB value is (6,127,171). Sum of RGB (Red+Green+Blue) = 6+127+171=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #067FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067FAB is #F98054. Grayscale: #5F5F5F. Windows color (decimal): -16351317 or 11239174. OLE color: 11239174.

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

Color convert

RGB 6 127 171 -
CMYK 0.96 0.26 0 0.33
HSL 196º 0.93% 0.35% -
HSV(B) 196º 0.96% 0.67% -
XYZ 15.02 18.16 41.24 -
YUV 95.84 170.41 63.92 -
System Red Green Blue C M Y K H S L
Decimal 6 127 171 0.96 0.26 0 0.33 196 0.93 0.35
Hex 6 7F AB 60 1A 0 21 C4 5D 23
Octal 6 177 253 140 32 0 41 304 135 43
Binary 110 1111111 10101011 1100000 11010 0 100001 11000100 1011101 100011

Color Harmonies of #067FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FAB

Black with #067FAB

Text Example


Text Example

White with #067FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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