Html Css Color HEX #013B74 Dark Cerulean

📋 copy color: '#013B74'

red 1 ◦ green 59 ◦ blue 116

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

Shades of Dark Cerulean #013B74

Tints of Dark Cerulean #013B74

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.52%

 BLUE value IS 116 (45.7% from 255) = 65.91%

R = 0.57%
G = 33.52%
B = 65.91%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013B74 (or 0x013B74) is known color: Dark Cerulean. HEX triplet: 01, 3B and 74. RGB value is (1,59,116). Sum of RGB (Red+Green+Blue) = 1+59+116=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 116 (45.70% from 255 or 65.91% from 176); Max value from RGB is 116 - color contains mainly: blue. Hex color #013B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B74 is #FEC48B. Grayscale: #2F2F2F. Windows color (decimal): -16696460 or 7617281. OLE color: 7617281.

HSL color Cylindrical-coordinate representation of color #013B74: hue angle of 209.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013B74 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 59 116 -
CMYK 0.99 0.49 0 0.55
HSL 209.74º 0.98% 0.23% -
HSV(B) 209.74º 0.99% 0.45% -
XYZ 4.73 4.4 17.12 -
YUV 48.16 166.28 94.37 -
System Red Green Blue C M Y K H S L
Decimal 1 59 116 0.99 0.49 0 0.55 209.74 0.98 0.23
Hex 1 3B 74 63 31 0 37 D2 62 17
Octal 1 73 164 143 61 0 67 322 142 27
Binary 1 111011 1110100 1100011 110001 0 110111 11010010 1100010 10111

Color Harmonies of #013B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B74

Black with #013B74

Text Example


Text Example

White with #013B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013B74; }

 p { color: rgb(1,59,116); }

 H1.HeaderClassName
 {
   color: #013B74;
 }
 .AnyTagClassName
 {
   color: #013B74;
 }
</style>

background-color css

<style>
 a { background-color: #013B74; }

 a { background-color: rgb(1,59,116); }

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

border-color css

<style>
 span { border-color: #013B74; }

 span { border-color: rgb(1,59,116); }

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