Html Css Color HEX #01538F Dark Cerulean

📋 copy color: '#01538F'

red 1 ◦ green 83 ◦ blue 143

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

Shades of Dark Cerulean #01538F

Tints of Dark Cerulean #01538F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.56%

 BLUE value IS 143 (56.25% from 255) = 63%

R = 0.44%
G = 36.56%
B = 63%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01538F (or 0x01538F) is known color: Dark Cerulean. HEX triplet: 01, 53 and 8F. RGB value is (1,83,143). Sum of RGB (Red+Green+Blue) = 1+83+143=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 143 (56.25% from 255 or 63.00% from 227); Max value from RGB is 143 - color contains mainly: blue. Hex color #01538F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01538F is #FEAC70. Grayscale: #414141. Windows color (decimal): -16690289 or 9392897. OLE color: 9392897.

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

Color convert

RGB 1 83 143 -
CMYK 0.99 0.42 0 0.44
HSL 205.35º 0.99% 0.28% -
HSV(B) 205.35º 0.99% 0.56% -
XYZ 8.06 8.18 27.14 -
YUV 65.32 171.83 82.12 -
System Red Green Blue C M Y K H S L
Decimal 1 83 143 0.99 0.42 0 0.44 205.35 0.99 0.28
Hex 1 53 8F 63 2A 0 2C CD 63 1C
Octal 1 123 217 143 52 0 54 315 143 34
Binary 1 1010011 10001111 1100011 101010 0 101100 11001101 1100011 11100

Color Harmonies of #01538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01538F

Black with #01538F

Text Example


Text Example

White with #01538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01538F; }

 p { color: rgb(1,83,143); }

 H1.HeaderClassName
 {
   color: #01538F;
 }
 .AnyTagClassName
 {
   color: #01538F;
 }
</style>

background-color css

<style>
 a { background-color: #01538F; }

 a { background-color: rgb(1,83,143); }

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

border-color css

<style>
 span { border-color: #01538F; }

 span { border-color: rgb(1,83,143); }

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