Html Css Color HEX #00629E Cerulean

📋 copy color: '#00629E'

red 0 ◦ green 98 ◦ blue 158

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

Shades of Cerulean #00629E

Tints of Cerulean #00629E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 61.72%

R = 0%
G = 38.28%
B = 61.72%

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

#00629E (or 0x00629E) is known color: Cerulean. HEX triplet: 00, 62 and 9E. RGB value is (0,98,158). Sum of RGB (Red+Green+Blue) = 0+98+158=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #00629E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00629E is #FF9D61. Grayscale: #4B4B4B. Windows color (decimal): -16751970 or 10379776. OLE color: 10379776.

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

Color convert

RGB 0 98 158 -
CMYK 1 0.38 0 0.38
HSL 202.78º 1% 0.31% -
HSV(B) 202.78º 1% 0.62% -
XYZ 10.54 11.2 33.95 -
YUV 75.54 174.53 74.12 -
System Red Green Blue C M Y K H S L
Decimal 0 98 158 1 0.38 0 0.38 202.78 1 0.31
Hex 0 62 9E 64 26 0 26 CB 64 1F
Octal 0 142 236 144 46 0 46 313 144 37
Binary 0 1100010 10011110 1100100 100110 0 100110 11001011 1100100 11111

Color Harmonies of #00629E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00629E

Black with #00629E

Text Example


Text Example

White with #00629E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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