Html Css Color HEX #01517D Dark Cerulean

📋 copy color: '#01517D'

red 1 ◦ green 81 ◦ blue 125

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

Shades of Dark Cerulean #01517D

Tints of Dark Cerulean #01517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.39%

R = 0.48%
G = 39.13%
B = 60.39%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01517D (or 0x01517D) is known color: Dark Cerulean. HEX triplet: 01, 51 and 7D. RGB value is (1,81,125). Sum of RGB (Red+Green+Blue) = 1+81+125=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #01517D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01517D is #FEAE82. Grayscale: #3D3D3D. Windows color (decimal): -16690819 or 8212737. OLE color: 8212737.

HSL color Cylindrical-coordinate representation of color #01517D: hue angle of 201.29º 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 #01517D is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 81 125 -
CMYK 0.99 0.35 0 0.51
HSL 201.29º 0.98% 0.25% -
HSV(B) 201.29º 0.99% 0.49% -
XYZ 6.66 7.37 20.47 -
YUV 62.1 163.5 84.42 -
System Red Green Blue C M Y K H S L
Decimal 1 81 125 0.99 0.35 0 0.51 201.29 0.98 0.25
Hex 1 51 7D 63 23 0 33 C9 62 19
Octal 1 121 175 143 43 0 63 311 142 31
Binary 1 1010001 1111101 1100011 100011 0 110011 11001001 1100010 11001

Color Harmonies of #01517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01517D

Black with #01517D

Text Example


Text Example

White with #01517D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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