Html Css Color HEX #01629F Cerulean

📋 copy color: '#01629F'

red 1 ◦ green 98 ◦ blue 159

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

Shades of Cerulean #01629F

Tints of Cerulean #01629F

RGB

 RED value IS 1 (0.78% from 255) = 0.39%

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

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

R = 0.39%
G = 37.98%
B = 61.63%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01629F (or 0x01629F) is known color: Cerulean. HEX triplet: 01, 62 and 9F. RGB value is (1,98,159). Sum of RGB (Red+Green+Blue) = 1+98+159=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #01629F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01629F is #FE9D60. Grayscale: #4B4B4B. Windows color (decimal): -16686433 or 10445313. OLE color: 10445313.

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

Color convert

RGB 1 98 159 -
CMYK 0.99 0.38 0 0.38
HSL 203.16º 0.99% 0.31% -
HSV(B) 203.16º 0.99% 0.62% -
XYZ 10.64 11.25 34.41 -
YUV 75.95 174.86 74.54 -
System Red Green Blue C M Y K H S L
Decimal 1 98 159 0.99 0.38 0 0.38 203.16 0.99 0.31
Hex 1 62 9F 63 26 0 26 CB 63 1F
Octal 1 142 237 143 46 0 46 313 143 37
Binary 1 1100010 10011111 1100011 100110 0 100110 11001011 1100011 11111

Color Harmonies of #01629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01629F

Black with #01629F

Text Example


Text Example

White with #01629F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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