Html Css Color HEX #01528D Dark Cerulean

📋 copy color: '#01528D'

red 1 ◦ green 82 ◦ blue 141

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

Shades of Dark Cerulean #01528D

Tints of Dark Cerulean #01528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 62.95%

R = 0.45%
G = 36.61%
B = 62.95%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01528D (or 0x01528D) is known color: Dark Cerulean. HEX triplet: 01, 52 and 8D. RGB value is (1,82,141). Sum of RGB (Red+Green+Blue) = 1+82+141=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #01528D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01528D is #FEAD72. Grayscale: #404040. Windows color (decimal): -16690547 or 9261569. OLE color: 9261569.

HSL color Cylindrical-coordinate representation of color #01528D: hue angle of 205.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01528D is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 82 141 -
CMYK 0.99 0.42 0 0.45
HSL 205.29º 0.99% 0.28% -
HSV(B) 205.29º 0.99% 0.55% -
XYZ 7.84 7.96 26.32 -
YUV 64.51 171.16 82.7 -
System Red Green Blue C M Y K H S L
Decimal 1 82 141 0.99 0.42 0 0.45 205.29 0.99 0.28
Hex 1 52 8D 63 2A 0 2D CD 63 1C
Octal 1 122 215 143 52 0 55 315 143 34
Binary 1 1010010 10001101 1100011 101010 0 101101 11001101 1100011 11100

Color Harmonies of #01528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01528D

Black with #01528D

Text Example


Text Example

White with #01528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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