Html Css Color HEX #006F98 Cerulean

📋 copy color: '#006F98'

red 0 ◦ green 111 ◦ blue 152

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

Shades of Cerulean #006F98

Tints of Cerulean #006F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.79%

R = 0%
G = 42.21%
B = 57.79%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#006F98 (or 0x006F98) is known color: Cerulean. HEX triplet: 00, 6F and 98. RGB value is (0,111,152). Sum of RGB (Red+Green+Blue) = 0+111+152=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #006F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F98 is #FF9067. Grayscale: #525252. Windows color (decimal): -16748648 or 9989888. OLE color: 9989888.

HSL color Cylindrical-coordinate representation of color #006F98: hue angle of 196.18º 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 #006F98 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 111 152 -
CMYK 1 0.27 0 0.40
HSL 196.18º 1% 0.3% -
HSV(B) 196.18º 1% 0.6% -
XYZ 11.35 13.64 31.74 -
YUV 82.49 167.23 69.17 -
System Red Green Blue C M Y K H S L
Decimal 0 111 152 1 0.27 0 0.40 196.18 1 0.3
Hex 0 6F 98 64 1B 0 28 C4 64 1E
Octal 0 157 230 144 33 0 50 304 144 36
Binary 0 1101111 10011000 1100100 11011 0 101000 11000100 1100100 11110

Color Harmonies of #006F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F98

Black with #006F98

Text Example


Text Example

White with #006F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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