Html Css Color HEX #006498 Cerulean

📋 copy color: '#006498'

red 0 ◦ green 100 ◦ blue 152

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

Shades of Cerulean #006498

Tints of Cerulean #006498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.68%

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

R = 0%
G = 39.68%
B = 60.32%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#006498 (or 0x006498) is known color: Cerulean. HEX triplet: 00, 64 and 98. RGB value is (0,100,152). Sum of RGB (Red+Green+Blue) = 0+100+152=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #006498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006498 is #FF9B67. Grayscale: #4B4B4B. Windows color (decimal): -16751464 or 9987072. OLE color: 9987072.

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

Color convert

RGB 0 100 152 -
CMYK 1 0.34 0 0.40
HSL 200.53º 1% 0.3% -
HSV(B) 200.53º 1% 0.6% -
XYZ 10.22 11.38 31.36 -
YUV 76.03 170.87 73.77 -
System Red Green Blue C M Y K H S L
Decimal 0 100 152 1 0.34 0 0.40 200.53 1 0.3
Hex 0 64 98 64 22 0 28 C9 64 1E
Octal 0 144 230 144 42 0 50 311 144 36
Binary 0 1100100 10011000 1100100 100010 0 101000 11001001 1100100 11110

Color Harmonies of #006498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006498

Black with #006498

Text Example


Text Example

White with #006498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006498; }

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

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

background-color css

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

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

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

border-color css

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

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

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