Html Css Color HEX #01517E Dark Cerulean

📋 copy color: '#01517E'

red 1 ◦ green 81 ◦ blue 126

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

Shades of Dark Cerulean #01517E

Tints of Dark Cerulean #01517E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.94%

 BLUE value IS 126 (49.61% from 255) = 60.58%

R = 0.48%
G = 38.94%
B = 60.58%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01517E (or 0x01517E) is known color: Dark Cerulean. HEX triplet: 01, 51 and 7E. RGB value is (1,81,126). Sum of RGB (Red+Green+Blue) = 1+81+126=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 126 (49.61% from 255 or 60.58% from 208); Max value from RGB is 126 - color contains mainly: blue. Hex color #01517E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01517E is #FEAE81. Grayscale: #3D3D3D. Windows color (decimal): -16690818 or 8278273. OLE color: 8278273.

HSL color Cylindrical-coordinate representation of color #01517E: hue angle of 201.6º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01517E is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 81 126 -
CMYK 0.99 0.36 0 0.51
HSL 201.6º 0.98% 0.25% -
HSV(B) 201.6º 0.99% 0.49% -
XYZ 6.72 7.4 20.81 -
YUV 62.21 164 84.34 -
System Red Green Blue C M Y K H S L
Decimal 1 81 126 0.99 0.36 0 0.51 201.6 0.98 0.25
Hex 1 51 7E 63 24 0 33 CA 62 19
Octal 1 121 176 143 44 0 63 312 142 31
Binary 1 1010001 1111110 1100011 100100 0 110011 11001010 1100010 11001

Color Harmonies of #01517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01517E

Black with #01517E

Text Example


Text Example

White with #01517E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,81,126); }

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

background-color css

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

 a { background-color: rgb(1,81,126); }

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

border-color css

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

 span { border-color: rgb(1,81,126); }

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