Html Css Color HEX #133D7D Dark Cerulean

📋 copy color: '#133D7D'

red 19 ◦ green 61 ◦ blue 125

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

Shades of Dark Cerulean #133D7D

Tints of Dark Cerulean #133D7D

RGB

 RED value IS 19 (7.81% from 255) = 9.27%

 GREEN value IS 61 (24.22% from 255) = 29.76%

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

R = 9.27%
G = 29.76%
B = 60.98%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#133D7D (or 0x133D7D) is known color: Dark Cerulean. HEX triplet: 13, 3D and 7D. RGB value is (19,61,125). Sum of RGB (Red+Green+Blue) = 19+61+125=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #133D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D7D is #ECC282. Grayscale: #373737. Windows color (decimal): -15516291 or 8207635. OLE color: 8207635.

HSL color Cylindrical-coordinate representation of color #133D7D: hue angle of 216.23º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133D7D is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 61 125 -
CMYK 0.85 0.51 0 0.51
HSL 216.23º 0.74% 0.28% -
HSV(B) 216.23º 0.85% 0.49% -
XYZ 5.64 4.96 20.06 -
YUV 55.74 167.09 101.8 -
System Red Green Blue C M Y K H S L
Decimal 19 61 125 0.85 0.51 0 0.51 216.23 0.74 0.28
Hex 13 3D 7D 55 33 0 33 D8 4A 1C
Octal 23 75 175 125 63 0 63 330 112 34
Binary 10011 111101 1111101 1010101 110011 0 110011 11011000 1001010 11100

Color Harmonies of #133D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D7D

Black with #133D7D

Text Example


Text Example

White with #133D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133D7D; }

 p { color: rgb(19,61,125); }

 H1.HeaderClassName
 {
   color: #133D7D;
 }
 .AnyTagClassName
 {
   color: #133D7D;
 }
</style>

background-color css

<style>
 a { background-color: #133D7D; }

 a { background-color: rgb(19,61,125); }

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

border-color css

<style>
 span { border-color: #133D7D; }

 span { border-color: rgb(19,61,125); }

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