Html Css Color HEX #01367B Dark Cerulean

📋 copy color: '#01367B'

red 1 ◦ green 54 ◦ blue 123

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

Shades of Dark Cerulean #01367B

Tints of Dark Cerulean #01367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.34%

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

R = 0.56%
G = 30.34%
B = 69.1%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01367B (or 0x01367B) is known color: Dark Cerulean. HEX triplet: 01, 36 and 7B. RGB value is (1,54,123). Sum of RGB (Red+Green+Blue) = 1+54+123=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 123 (48.44% from 255 or 69.10% from 178); Max value from RGB is 123 - color contains mainly: blue. Hex color #01367B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01367B is #FEC984. Grayscale: #2D2D2D. Windows color (decimal): -16697733 or 8074753. OLE color: 8074753.

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

Color convert

RGB 1 54 123 -
CMYK 0.99 0.56 0 0.52
HSL 213.93º 0.98% 0.24% -
HSV(B) 213.93º 0.99% 0.48% -
XYZ 4.91 4.07 19.27 -
YUV 46.02 171.44 95.89 -
System Red Green Blue C M Y K H S L
Decimal 1 54 123 0.99 0.56 0 0.52 213.93 0.98 0.24
Hex 1 36 7B 63 38 0 34 D6 62 18
Octal 1 66 173 143 70 0 64 326 142 30
Binary 1 110110 1111011 1100011 111000 0 110100 11010110 1100010 11000

Color Harmonies of #01367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01367B

Black with #01367B

Text Example


Text Example

White with #01367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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