Html Css Color HEX #00629F Cerulean

📋 copy color: '#00629F'

red 0 ◦ green 98 ◦ blue 159

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

Shades of Cerulean #00629F

Tints of Cerulean #00629F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.13%

 BLUE value IS 159 (62.5% from 255) = 61.87%

R = 0%
G = 38.13%
B = 61.87%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00629F (or 0x00629F) is known color: Cerulean. HEX triplet: 00, 62 and 9F. RGB value is (0,98,159). Sum of RGB (Red+Green+Blue) = 0+98+159=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #00629F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00629F is #FF9D60. Grayscale: #4B4B4B. Windows color (decimal): -16751969 or 10445312. OLE color: 10445312.

HSL color Cylindrical-coordinate representation of color #00629F: hue angle of 203.02º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00629F is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 98 159 -
CMYK 1 0.38 0 0.38
HSL 203.02º 1% 0.31% -
HSV(B) 203.02º 1% 0.62% -
XYZ 10.63 11.24 34.41 -
YUV 75.65 175.03 74.04 -
System Red Green Blue C M Y K H S L
Decimal 0 98 159 1 0.38 0 0.38 203.02 1 0.31
Hex 0 62 9F 64 26 0 26 CB 64 1F
Octal 0 142 237 144 46 0 46 313 144 37
Binary 0 1100010 10011111 1100100 100110 0 100110 11001011 1100100 11111

Color Harmonies of #00629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00629F

Black with #00629F

Text Example


Text Example

White with #00629F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00629F; }

 p { color: rgb(0,98,159); }

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

background-color css

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

 a { background-color: rgb(0,98,159); }

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

border-color css

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

 span { border-color: rgb(0,98,159); }

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