Html Css Color HEX #00629B Cerulean

📋 copy color: '#00629B'

red 0 ◦ green 98 ◦ blue 155

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

Shades of Cerulean #00629B

Tints of Cerulean #00629B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.26%

R = 0%
G = 38.74%
B = 61.26%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00629B (or 0x00629B) is known color: Cerulean. HEX triplet: 00, 62 and 9B. RGB value is (0,98,155). Sum of RGB (Red+Green+Blue) = 0+98+155=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #00629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00629B is #FF9D64. Grayscale: #4A4A4A. Windows color (decimal): -16751973 or 10183168. OLE color: 10183168.

HSL color Cylindrical-coordinate representation of color #00629B: hue angle of 202.06º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00629B is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 98 155 -
CMYK 1 0.37 0 0.39
HSL 202.06º 1% 0.3% -
HSV(B) 202.06º 1% 0.61% -
XYZ 10.28 11.1 32.61 -
YUV 75.2 173.03 74.37 -
System Red Green Blue C M Y K H S L
Decimal 0 98 155 1 0.37 0 0.39 202.06 1 0.3
Hex 0 62 9B 64 25 0 27 CA 64 1E
Octal 0 142 233 144 45 0 47 312 144 36
Binary 0 1100010 10011011 1100100 100101 0 100111 11001010 1100100 11110

Color Harmonies of #00629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00629B

Black with #00629B

Text Example


Text Example

White with #00629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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