Html Css Color HEX #01367F Dark Cerulean

📋 copy color: '#01367F'

red 1 ◦ green 54 ◦ blue 127

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

Shades of Dark Cerulean #01367F

Tints of Dark Cerulean #01367F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 69.78%

R = 0.55%
G = 29.67%
B = 69.78%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01367F (or 0x01367F) is known color: Dark Cerulean. HEX triplet: 01, 36 and 7F. RGB value is (1,54,127). Sum of RGB (Red+Green+Blue) = 1+54+127=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #01367F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01367F is #FEC980. Grayscale: #2E2E2E. Windows color (decimal): -16697729 or 8336897. OLE color: 8336897.

HSL color Cylindrical-coordinate representation of color #01367F: hue angle of 214.76º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01367F is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 54 127 -
CMYK 0.99 0.57 0 0.50
HSL 214.76º 0.98% 0.25% -
HSV(B) 214.76º 0.99% 0.5% -
XYZ 5.16 4.18 20.61 -
YUV 46.48 173.44 95.56 -
System Red Green Blue C M Y K H S L
Decimal 1 54 127 0.99 0.57 0 0.50 214.76 0.98 0.25
Hex 1 36 7F 63 39 0 32 D7 62 19
Octal 1 66 177 143 71 0 62 327 142 31
Binary 1 110110 1111111 1100011 111001 0 110010 11010111 1100010 11001

Color Harmonies of #01367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01367F

Black with #01367F

Text Example


Text Example

White with #01367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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