Html Css Color HEX #01527A Dark Cerulean

📋 copy color: '#01527A'

red 1 ◦ green 82 ◦ blue 122

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

Shades of Dark Cerulean #01527A

Tints of Dark Cerulean #01527A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40%

 BLUE value IS 122 (48.05% from 255) = 59.51%

R = 0.49%
G = 40%
B = 59.51%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01527A (or 0x01527A) is known color: Dark Cerulean. HEX triplet: 01, 52 and 7A. RGB value is (1,82,122). Sum of RGB (Red+Green+Blue) = 1+82+122=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #01527A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01527A is #FEAD85. Grayscale: #3E3E3E. Windows color (decimal): -16690566 or 8016385. OLE color: 8016385.

HSL color Cylindrical-coordinate representation of color #01527A: hue angle of 199.83º 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 #01527A is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 82 122 -
CMYK 0.99 0.33 0 0.52
HSL 199.83º 0.98% 0.24% -
HSV(B) 199.83º 0.99% 0.48% -
XYZ 6.54 7.45 19.5 -
YUV 62.34 161.66 84.25 -
System Red Green Blue C M Y K H S L
Decimal 1 82 122 0.99 0.33 0 0.52 199.83 0.98 0.24
Hex 1 52 7A 63 21 0 34 C8 62 18
Octal 1 122 172 143 41 0 64 310 142 30
Binary 1 1010010 1111010 1100011 100001 0 110100 11001000 1100010 11000

Color Harmonies of #01527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01527A

Black with #01527A

Text Example


Text Example

White with #01527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01527A; }

 p { color: rgb(1,82,122); }

 H1.HeaderClassName
 {
   color: #01527A;
 }
 .AnyTagClassName
 {
   color: #01527A;
 }
</style>

background-color css

<style>
 a { background-color: #01527A; }

 a { background-color: rgb(1,82,122); }

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

border-color css

<style>
 span { border-color: #01527A; }

 span { border-color: rgb(1,82,122); }

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