Html Css Color HEX #006D98 Cerulean

📋 copy color: '#006D98'

red 0 ◦ green 109 ◦ blue 152

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

Shades of Cerulean #006D98

Tints of Cerulean #006D98

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.76%

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

R = 0%
G = 41.76%
B = 58.24%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#006D98 (or 0x006D98) is known color: Cerulean. HEX triplet: 00, 6D and 98. RGB value is (0,109,152). Sum of RGB (Red+Green+Blue) = 0+109+152=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #006D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006D98 is #FF9267. Grayscale: #515151. Windows color (decimal): -16749160 or 9989376. OLE color: 9989376.

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

Color convert

RGB 0 109 152 -
CMYK 1 0.28 0 0.40
HSL 196.97º 1% 0.3% -
HSV(B) 196.97º 1% 0.6% -
XYZ 11.14 13.2 31.67 -
YUV 81.31 167.89 70 -
System Red Green Blue C M Y K H S L
Decimal 0 109 152 1 0.28 0 0.40 196.97 1 0.3
Hex 0 6D 98 64 1C 0 28 C5 64 1E
Octal 0 155 230 144 34 0 50 305 144 36
Binary 0 1101101 10011000 1100100 11100 0 101000 11000101 1100100 11110

Color Harmonies of #006D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006D98

Black with #006D98

Text Example


Text Example

White with #006D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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