Html Css Color HEX #01487A Dark Cerulean

📋 copy color: '#01487A'

red 1 ◦ green 72 ◦ blue 122

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

Shades of Dark Cerulean #01487A

Tints of Dark Cerulean #01487A

RGB

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

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

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

R = 0.51%
G = 36.92%
B = 62.56%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01487A (or 0x01487A) is known color: Dark Cerulean. HEX triplet: 01, 48 and 7A. RGB value is (1,72,122). Sum of RGB (Red+Green+Blue) = 1+72+122=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #01487A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01487A is #FEB785. Grayscale: #383838. Windows color (decimal): -16693126 or 8013825. OLE color: 8013825.

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

Color convert

RGB 1 72 122 -
CMYK 0.99 0.41 0 0.52
HSL 204.79º 0.98% 0.24% -
HSV(B) 204.79º 0.99% 0.48% -
XYZ 5.84 6.05 19.27 -
YUV 56.47 164.98 88.43 -
System Red Green Blue C M Y K H S L
Decimal 1 72 122 0.99 0.41 0 0.52 204.79 0.98 0.24
Hex 1 48 7A 63 29 0 34 CD 62 18
Octal 1 110 172 143 51 0 64 315 142 30
Binary 1 1001000 1111010 1100011 101001 0 110100 11001101 1100010 11000

Color Harmonies of #01487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01487A

Black with #01487A

Text Example


Text Example

White with #01487A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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