Html Css Color HEX #013B7D Dark Cerulean

📋 copy color: '#013B7D'

red 1 ◦ green 59 ◦ blue 125

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

Shades of Dark Cerulean #013B7D

Tints of Dark Cerulean #013B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 67.57%

R = 0.54%
G = 31.89%
B = 67.57%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#013B7D (or 0x013B7D) is known color: Dark Cerulean. HEX triplet: 01, 3B and 7D. RGB value is (1,59,125). Sum of RGB (Red+Green+Blue) = 1+59+125=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #013B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B7D is #FEC482. Grayscale: #303030. Windows color (decimal): -16696451 or 8207105. OLE color: 8207105.

HSL color Cylindrical-coordinate representation of color #013B7D: hue angle of 211.94º 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 #013B7D is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 59 125 -
CMYK 0.99 0.53 0 0.51
HSL 211.94º 0.98% 0.25% -
HSV(B) 211.94º 0.99% 0.49% -
XYZ 5.28 4.62 20.01 -
YUV 49.18 170.78 93.63 -
System Red Green Blue C M Y K H S L
Decimal 1 59 125 0.99 0.53 0 0.51 211.94 0.98 0.25
Hex 1 3B 7D 63 35 0 33 D4 62 19
Octal 1 73 175 143 65 0 63 324 142 31
Binary 1 111011 1111101 1100011 110101 0 110011 11010100 1100010 11001

Color Harmonies of #013B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B7D

Black with #013B7D

Text Example


Text Example

White with #013B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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