Html Css Color HEX #013B7E Dark Cerulean

📋 copy color: '#013B7E'

red 1 ◦ green 59 ◦ blue 126

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

Shades of Dark Cerulean #013B7E

Tints of Dark Cerulean #013B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 67.74%

R = 0.54%
G = 31.72%
B = 67.74%

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

#013B7E (or 0x013B7E) is known color: Dark Cerulean. HEX triplet: 01, 3B and 7E. RGB value is (1,59,126). Sum of RGB (Red+Green+Blue) = 1+59+126=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 126 (49.61% from 255 or 67.74% from 186); Max value from RGB is 126 - color contains mainly: blue. Hex color #013B7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B7E is #FEC481. Grayscale: #303030. Windows color (decimal): -16696450 or 8272641. OLE color: 8272641.

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

Color convert

RGB 1 59 126 -
CMYK 0.99 0.53 0 0.51
HSL 212.16º 0.98% 0.25% -
HSV(B) 212.16º 0.99% 0.49% -
XYZ 5.34 4.64 20.35 -
YUV 49.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 1 59 126 0.99 0.53 0 0.51 212.16 0.98 0.25
Hex 1 3B 7E 63 35 0 33 D4 62 19
Octal 1 73 176 143 65 0 63 324 142 31
Binary 1 111011 1111110 1100011 110101 0 110011 11010100 1100010 11001

Color Harmonies of #013B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B7E

Black with #013B7E

Text Example


Text Example

White with #013B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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