Html Css Color HEX #01547A Dark Cerulean

📋 copy color: '#01547A'

red 1 ◦ green 84 ◦ blue 122

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

Shades of Dark Cerulean #01547A

Tints of Dark Cerulean #01547A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.58%

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

R = 0.48%
G = 40.58%
B = 58.94%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01547A (or 0x01547A) is known color: Dark Cerulean. HEX triplet: 01, 54 and 7A. RGB value is (1,84,122). Sum of RGB (Red+Green+Blue) = 1+84+122=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #01547A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01547A is #FEAB85. Grayscale: #3F3F3F. Windows color (decimal): -16690054 or 8016897. OLE color: 8016897.

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

Color convert

RGB 1 84 122 -
CMYK 0.99 0.31 0 0.52
HSL 198.84º 0.98% 0.24% -
HSV(B) 198.84º 0.99% 0.48% -
XYZ 6.7 7.75 19.56 -
YUV 63.52 161 83.41 -
System Red Green Blue C M Y K H S L
Decimal 1 84 122 0.99 0.31 0 0.52 198.84 0.98 0.24
Hex 1 54 7A 63 1F 0 34 C7 62 18
Octal 1 124 172 143 37 0 64 307 142 30
Binary 1 1010100 1111010 1100011 11111 0 110100 11000111 1100010 11000

Color Harmonies of #01547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01547A

Black with #01547A

Text Example


Text Example

White with #01547A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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