Html Css Color HEX #01507D Dark Cerulean

📋 copy color: '#01507D'

red 1 ◦ green 80 ◦ blue 125

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

Shades of Dark Cerulean #01507D

Tints of Dark Cerulean #01507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.83%

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

R = 0.49%
G = 38.83%
B = 60.68%

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

#01507D (or 0x01507D) is known color: Dark Cerulean. HEX triplet: 01, 50 and 7D. RGB value is (1,80,125). Sum of RGB (Red+Green+Blue) = 1+80+125=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #01507D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01507D is #FEAF82. Grayscale: #3D3D3D. Windows color (decimal): -16691075 or 8212481. OLE color: 8212481.

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

Color convert

RGB 1 80 125 -
CMYK 0.99 0.36 0 0.51
HSL 201.77º 0.98% 0.25% -
HSV(B) 201.77º 0.99% 0.49% -
XYZ 6.58 7.22 20.45 -
YUV 61.51 163.83 84.84 -
System Red Green Blue C M Y K H S L
Decimal 1 80 125 0.99 0.36 0 0.51 201.77 0.98 0.25
Hex 1 50 7D 63 24 0 33 CA 62 19
Octal 1 120 175 143 44 0 63 312 142 31
Binary 1 1010000 1111101 1100011 100100 0 110011 11001010 1100010 11001

Color Harmonies of #01507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01507D

Black with #01507D

Text Example


Text Example

White with #01507D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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