Html Css Color HEX #006998 Cerulean

📋 copy color: '#006998'

red 0 ◦ green 105 ◦ blue 152

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

Shades of Cerulean #006998

Tints of Cerulean #006998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.86%

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

R = 0%
G = 40.86%
B = 59.14%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#006998 (or 0x006998) is known color: Cerulean. HEX triplet: 00, 69 and 98. RGB value is (0,105,152). Sum of RGB (Red+Green+Blue) = 0+105+152=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #006998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006998 is #FF9667. Grayscale: #4E4E4E. Windows color (decimal): -16750184 or 9988352. OLE color: 9988352.

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

Color convert

RGB 0 105 152 -
CMYK 1 0.31 0 0.40
HSL 198.55º 1% 0.3% -
HSV(B) 198.55º 1% 0.6% -
XYZ 10.72 12.37 31.53 -
YUV 78.96 169.21 71.68 -
System Red Green Blue C M Y K H S L
Decimal 0 105 152 1 0.31 0 0.40 198.55 1 0.3
Hex 0 69 98 64 1F 0 28 C7 64 1E
Octal 0 151 230 144 37 0 50 307 144 36
Binary 0 1101001 10011000 1100100 11111 0 101000 11000111 1100100 11110

Color Harmonies of #006998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006998

Black with #006998

Text Example


Text Example

White with #006998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006998; }

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

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

background-color css

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

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

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

border-color css

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

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

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