Html Css Color HEX #01517B Dark Cerulean

📋 copy color: '#01517B'

red 1 ◦ green 81 ◦ blue 123

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

Shades of Dark Cerulean #01517B

Tints of Dark Cerulean #01517B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 60%

R = 0.49%
G = 39.51%
B = 60%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01517B (or 0x01517B) is known color: Dark Cerulean. HEX triplet: 01, 51 and 7B. RGB value is (1,81,123). Sum of RGB (Red+Green+Blue) = 1+81+123=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #01517B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01517B is #FEAE84. Grayscale: #3D3D3D. Windows color (decimal): -16690821 or 8081665. OLE color: 8081665.

HSL color Cylindrical-coordinate representation of color #01517B: hue angle of 200.66º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01517B is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 81 123 -
CMYK 0.99 0.34 0 0.52
HSL 200.66º 0.98% 0.24% -
HSV(B) 200.66º 0.99% 0.48% -
XYZ 6.53 7.32 19.81 -
YUV 61.87 162.5 84.58 -
System Red Green Blue C M Y K H S L
Decimal 1 81 123 0.99 0.34 0 0.52 200.66 0.98 0.24
Hex 1 51 7B 63 22 0 34 C9 62 18
Octal 1 121 173 143 42 0 64 311 142 30
Binary 1 1010001 1111011 1100011 100010 0 110100 11001001 1100010 11000

Color Harmonies of #01517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01517B

Black with #01517B

Text Example


Text Example

White with #01517B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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