Html Css Color HEX #006FAA Cerulean

📋 copy color: '#006FAA'

red 0 ◦ green 111 ◦ blue 170

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

Shades of Cerulean #006FAA

Tints of Cerulean #006FAA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 111 (43.75% from 255) = 39.5%

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

R = 0%
G = 39.5%
B = 60.5%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#006FAA (or 0x006FAA) is known color: Cerulean. HEX triplet: 00, 6F and AA. RGB value is (0,111,170). Sum of RGB (Red+Green+Blue) = 0+111+170=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #006FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FAA is #FF9055. Grayscale: #545454. Windows color (decimal): -16748630 or 11169536. OLE color: 11169536.

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

Color convert

RGB 0 111 170 -
CMYK 1 0.35 0 0.33
HSL 200.82º 1% 0.33% -
HSV(B) 200.82º 1% 0.67% -
XYZ 12.94 14.27 40.1 -
YUV 84.54 176.23 67.7 -
System Red Green Blue C M Y K H S L
Decimal 0 111 170 1 0.35 0 0.33 200.82 1 0.33
Hex 0 6F AA 64 23 0 21 C9 64 21
Octal 0 157 252 144 43 0 41 311 144 41
Binary 0 1101111 10101010 1100100 100011 0 100001 11001001 1100100 100001

Color Harmonies of #006FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FAA

Black with #006FAA

Text Example


Text Example

White with #006FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006FAA; }

 p { color: rgb(0,111,170); }

 H1.HeaderClassName
 {
   color: #006FAA;
 }
 .AnyTagClassName
 {
   color: #006FAA;
 }
</style>

background-color css

<style>
 a { background-color: #006FAA; }

 a { background-color: rgb(0,111,170); }

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

border-color css

<style>
 span { border-color: #006FAA; }

 span { border-color: rgb(0,111,170); }

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