Html Css Color HEX #01377B Dark Cerulean

📋 copy color: '#01377B'

red 1 ◦ green 55 ◦ blue 123

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

Shades of Dark Cerulean #01377B

Tints of Dark Cerulean #01377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.73%

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

R = 0.56%
G = 30.73%
B = 68.72%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01377B (or 0x01377B) is known color: Dark Cerulean. HEX triplet: 01, 37 and 7B. RGB value is (1,55,123). Sum of RGB (Red+Green+Blue) = 1+55+123=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #01377B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01377B is #FEC884. Grayscale: #2E2E2E. Windows color (decimal): -16697477 or 8075009. OLE color: 8075009.

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

Color convert

RGB 1 55 123 -
CMYK 0.99 0.55 0 0.52
HSL 213.44º 0.98% 0.24% -
HSV(B) 213.44º 0.99% 0.48% -
XYZ 4.95 4.17 19.28 -
YUV 46.61 171.11 95.47 -
System Red Green Blue C M Y K H S L
Decimal 1 55 123 0.99 0.55 0 0.52 213.44 0.98 0.24
Hex 1 37 7B 63 37 0 34 D5 62 18
Octal 1 67 173 143 67 0 64 325 142 30
Binary 1 110111 1111011 1100011 110111 0 110100 11010101 1100010 11000

Color Harmonies of #01377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01377B

Black with #01377B

Text Example


Text Example

White with #01377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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