Html Css Color HEX #01437C Dark Cerulean

📋 copy color: '#01437C'

red 1 ◦ green 67 ◦ blue 124

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

Shades of Dark Cerulean #01437C

Tints of Dark Cerulean #01437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.9%

 BLUE value IS 124 (48.83% from 255) = 64.58%

R = 0.52%
G = 34.9%
B = 64.58%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01437C (or 0x01437C) is known color: Dark Cerulean. HEX triplet: 01, 43 and 7C. RGB value is (1,67,124). Sum of RGB (Red+Green+Blue) = 1+67+124=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #01437C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01437C is #FEBC83. Grayscale: #353535. Windows color (decimal): -16694404 or 8143617. OLE color: 8143617.

HSL color Cylindrical-coordinate representation of color #01437C: hue angle of 207.8º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01437C is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 67 124 -
CMYK 0.99 0.46 0 0.51
HSL 207.8º 0.98% 0.25% -
HSV(B) 207.8º 0.99% 0.49% -
XYZ 5.66 5.48 19.83 -
YUV 53.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 1 67 124 0.99 0.46 0 0.51 207.8 0.98 0.25
Hex 1 43 7C 63 2E 0 33 D0 62 19
Octal 1 103 174 143 56 0 63 320 142 31
Binary 1 1000011 1111100 1100011 101110 0 110011 11010000 1100010 11001

Color Harmonies of #01437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01437C

Black with #01437C

Text Example


Text Example

White with #01437C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01437C; }

 p { color: rgb(1,67,124); }

 H1.HeaderClassName
 {
   color: #01437C;
 }
 .AnyTagClassName
 {
   color: #01437C;
 }
</style>

background-color css

<style>
 a { background-color: #01437C; }

 a { background-color: rgb(1,67,124); }

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

border-color css

<style>
 span { border-color: #01437C; }

 span { border-color: rgb(1,67,124); }

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