Html Css Color HEX #01547B Dark Cerulean

📋 copy color: '#01547B'

red 1 ◦ green 84 ◦ blue 123

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

Shades of Dark Cerulean #01547B

Tints of Dark Cerulean #01547B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 59.13%

R = 0.48%
G = 40.38%
B = 59.13%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01547B (or 0x01547B) is known color: Dark Cerulean. HEX triplet: 01, 54 and 7B. RGB value is (1,84,123). Sum of RGB (Red+Green+Blue) = 1+84+123=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #01547B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01547B is #FEAB84. Grayscale: #3F3F3F. Windows color (decimal): -16690053 or 8082433. OLE color: 8082433.

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

Color convert

RGB 1 84 123 -
CMYK 0.99 0.32 0 0.52
HSL 199.18º 0.98% 0.24% -
HSV(B) 199.18º 0.99% 0.48% -
XYZ 6.76 7.78 19.88 -
YUV 63.63 161.5 83.33 -
System Red Green Blue C M Y K H S L
Decimal 1 84 123 0.99 0.32 0 0.52 199.18 0.98 0.24
Hex 1 54 7B 63 20 0 34 C7 62 18
Octal 1 124 173 143 40 0 64 307 142 30
Binary 1 1010100 1111011 1100011 100000 0 110100 11000111 1100010 11000

Color Harmonies of #01547B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01547B

Black with #01547B

Text Example


Text Example

White with #01547B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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