Html Css Color HEX #01488D Dark Cerulean

📋 copy color: '#01488D'

red 1 ◦ green 72 ◦ blue 141

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

Shades of Dark Cerulean #01488D

Tints of Dark Cerulean #01488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.64%

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

R = 0.47%
G = 33.64%
B = 65.89%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01488D (or 0x01488D) is known color: Dark Cerulean. HEX triplet: 01, 48 and 8D. RGB value is (1,72,141). Sum of RGB (Red+Green+Blue) = 1+72+141=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #01488D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01488D is #FEB772. Grayscale: #3A3A3A. Windows color (decimal): -16693107 or 9259009. OLE color: 9259009.

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

Color convert

RGB 1 72 141 -
CMYK 0.99 0.49 0 0.45
HSL 209.57º 0.99% 0.28% -
HSV(B) 209.57º 0.99% 0.55% -
XYZ 7.14 6.56 26.09 -
YUV 58.64 174.48 86.89 -
System Red Green Blue C M Y K H S L
Decimal 1 72 141 0.99 0.49 0 0.45 209.57 0.99 0.28
Hex 1 48 8D 63 31 0 2D D2 63 1C
Octal 1 110 215 143 61 0 55 322 143 34
Binary 1 1001000 10001101 1100011 110001 0 101101 11010010 1100011 11100

Color Harmonies of #01488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01488D

Black with #01488D

Text Example


Text Example

White with #01488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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