Html Css Color HEX #013B7B Dark Cerulean

📋 copy color: '#013B7B'

red 1 ◦ green 59 ◦ blue 123

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

Shades of Dark Cerulean #013B7B

Tints of Dark Cerulean #013B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 67.21%

R = 0.55%
G = 32.24%
B = 67.21%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#013B7B (or 0x013B7B) is known color: Dark Cerulean. HEX triplet: 01, 3B and 7B. RGB value is (1,59,123). Sum of RGB (Red+Green+Blue) = 1+59+123=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #013B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B7B is #FEC484. Grayscale: #303030. Windows color (decimal): -16696453 or 8076033. OLE color: 8076033.

HSL color Cylindrical-coordinate representation of color #013B7B: hue angle of 211.48º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013B7B is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 59 123 -
CMYK 0.99 0.52 0 0.52
HSL 211.48º 0.98% 0.24% -
HSV(B) 211.48º 0.99% 0.48% -
XYZ 5.15 4.56 19.35 -
YUV 48.95 169.78 93.8 -
System Red Green Blue C M Y K H S L
Decimal 1 59 123 0.99 0.52 0 0.52 211.48 0.98 0.24
Hex 1 3B 7B 63 34 0 34 D3 62 18
Octal 1 73 173 143 64 0 64 323 142 30
Binary 1 111011 1111011 1100011 110100 0 110100 11010011 1100010 11000

Color Harmonies of #013B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B7B

Black with #013B7B

Text Example


Text Example

White with #013B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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