Html Css Color HEX #006198 Cerulean

📋 copy color: '#006198'

red 0 ◦ green 97 ◦ blue 152

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

Shades of Cerulean #006198

Tints of Cerulean #006198

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.96%

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

R = 0%
G = 38.96%
B = 61.04%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#006198 (or 0x006198) is known color: Cerulean. HEX triplet: 00, 61 and 98. RGB value is (0,97,152). Sum of RGB (Red+Green+Blue) = 0+97+152=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #006198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006198 is #FF9E67. Grayscale: #494949. Windows color (decimal): -16752232 or 9986304. OLE color: 9986304.

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

Color convert

RGB 0 97 152 -
CMYK 1 0.36 0 0.40
HSL 201.71º 1% 0.3% -
HSV(B) 201.71º 1% 0.6% -
XYZ 9.94 10.82 31.27 -
YUV 74.27 171.86 75.03 -
System Red Green Blue C M Y K H S L
Decimal 0 97 152 1 0.36 0 0.40 201.71 1 0.3
Hex 0 61 98 64 24 0 28 CA 64 1E
Octal 0 141 230 144 44 0 50 312 144 36
Binary 0 1100001 10011000 1100100 100100 0 101000 11001010 1100100 11110

Color Harmonies of #006198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006198

Black with #006198

Text Example


Text Example

White with #006198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006198; }

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

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

background-color css

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

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

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

border-color css

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

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

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