Html Css Color HEX #006098 Cerulean

📋 copy color: '#006098'

red 0 ◦ green 96 ◦ blue 152

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

Shades of Cerulean #006098

Tints of Cerulean #006098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.71%

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

R = 0%
G = 38.71%
B = 61.29%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#006098 (or 0x006098) is known color: Cerulean. HEX triplet: 00, 60 and 98. RGB value is (0,96,152). Sum of RGB (Red+Green+Blue) = 0+96+152=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #006098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006098 is #FF9F67. Grayscale: #494949. Windows color (decimal): -16752488 or 9986048. OLE color: 9986048.

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

Color convert

RGB 0 96 152 -
CMYK 1 0.37 0 0.40
HSL 202.11º 1% 0.3% -
HSV(B) 202.11º 1% 0.6% -
XYZ 9.85 10.63 31.24 -
YUV 73.68 172.2 75.45 -
System Red Green Blue C M Y K H S L
Decimal 0 96 152 1 0.37 0 0.40 202.11 1 0.3
Hex 0 60 98 64 25 0 28 CA 64 1E
Octal 0 140 230 144 45 0 50 312 144 36
Binary 0 1100000 10011000 1100100 100101 0 101000 11001010 1100100 11110

Color Harmonies of #006098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006098

Black with #006098

Text Example


Text Example

White with #006098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006098; }

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

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

background-color css

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

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

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

border-color css

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

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

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