Html Css Color HEX #01507C Dark Cerulean

📋 copy color: '#01507C'

red 1 ◦ green 80 ◦ blue 124

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

Shades of Dark Cerulean #01507C

Tints of Dark Cerulean #01507C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 60.49%

R = 0.49%
G = 39.02%
B = 60.49%

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

#01507C (or 0x01507C) is known color: Dark Cerulean. HEX triplet: 01, 50 and 7C. RGB value is (1,80,124). Sum of RGB (Red+Green+Blue) = 1+80+124=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #01507C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01507C is #FEAF83. Grayscale: #3D3D3D. Windows color (decimal): -16691076 or 8146945. OLE color: 8146945.

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

Color convert

RGB 1 80 124 -
CMYK 0.99 0.35 0 0.51
HSL 201.46º 0.98% 0.25% -
HSV(B) 201.46º 0.99% 0.49% -
XYZ 6.52 7.2 20.11 -
YUV 61.4 163.33 84.92 -
System Red Green Blue C M Y K H S L
Decimal 1 80 124 0.99 0.35 0 0.51 201.46 0.98 0.25
Hex 1 50 7C 63 23 0 33 C9 62 19
Octal 1 120 174 143 43 0 63 311 142 31
Binary 1 1010000 1111100 1100011 100011 0 110011 11001001 1100010 11001

Color Harmonies of #01507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01507C

Black with #01507C

Text Example


Text Example

White with #01507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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