Html Css Color HEX #006F99 Cerulean

📋 copy color: '#006F99'

red 0 ◦ green 111 ◦ blue 153

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

Shades of Cerulean #006F99

Tints of Cerulean #006F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.95%

R = 0%
G = 42.05%
B = 57.95%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#006F99 (or 0x006F99) is known color: Cerulean. HEX triplet: 00, 6F and 99. RGB value is (0,111,153). Sum of RGB (Red+Green+Blue) = 0+111+153=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #006F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F99 is #FF9066. Grayscale: #525252. Windows color (decimal): -16748647 or 10055424. OLE color: 10055424.

HSL color Cylindrical-coordinate representation of color #006F99: hue angle of 196.47º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F99 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 111 153 -
CMYK 1 0.27 0 0.4
HSL 196.47º 1% 0.3% -
HSV(B) 196.47º 1% 0.6% -
XYZ 11.43 13.67 32.17 -
YUV 82.6 167.73 69.08 -
System Red Green Blue C M Y K H S L
Decimal 0 111 153 1 0.27 0 0.4 196.47 1 0.3
Hex 0 6F 99 64 1B 0 28 C4 64 1E
Octal 0 157 231 144 33 0 50 304 144 36
Binary 0 1101111 10011001 1100100 11011 0 101000 11000100 1100100 11110

Color Harmonies of #006F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F99

Black with #006F99

Text Example


Text Example

White with #006F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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