Html Css Color HEX #01397B Dark Cerulean

📋 copy color: '#01397B'

red 1 ◦ green 57 ◦ blue 123

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

Shades of Dark Cerulean #01397B

Tints of Dark Cerulean #01397B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.49%

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

R = 0.55%
G = 31.49%
B = 67.96%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01397B (or 0x01397B) is known color: Dark Cerulean. HEX triplet: 01, 39 and 7B. RGB value is (1,57,123). Sum of RGB (Red+Green+Blue) = 1+57+123=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 123 (48.44% from 255 or 67.96% from 181); Max value from RGB is 123 - color contains mainly: blue. Hex color #01397B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01397B is #FEC684. Grayscale: #2F2F2F. Windows color (decimal): -16696965 or 8075521. OLE color: 8075521.

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

Color convert

RGB 1 57 123 -
CMYK 0.99 0.54 0 0.52
HSL 212.46º 0.98% 0.24% -
HSV(B) 212.46º 0.99% 0.48% -
XYZ 5.05 4.36 19.31 -
YUV 47.78 170.45 94.63 -
System Red Green Blue C M Y K H S L
Decimal 1 57 123 0.99 0.54 0 0.52 212.46 0.98 0.24
Hex 1 39 7B 63 36 0 34 D4 62 18
Octal 1 71 173 143 66 0 64 324 142 30
Binary 1 111001 1111011 1100011 110110 0 110100 11010100 1100010 11000

Color Harmonies of #01397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01397B

Black with #01397B

Text Example


Text Example

White with #01397B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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