Html Css Color HEX #133D6F Dark Cerulean

📋 copy color: '#133D6F'

red 19 ◦ green 61 ◦ blue 111

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

Shades of Dark Cerulean #133D6F

Tints of Dark Cerulean #133D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 58.12%

R = 9.95%
G = 31.94%
B = 58.12%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#133D6F (or 0x133D6F) is known color: Dark Cerulean. HEX triplet: 13, 3D and 6F. RGB value is (19,61,111). Sum of RGB (Red+Green+Blue) = 19+61+111=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #133D6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D6F is #ECC290. Grayscale: #353535. Windows color (decimal): -15516305 or 7290131. OLE color: 7290131.

HSL color Cylindrical-coordinate representation of color #133D6F: hue angle of 212.61º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133D6F is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 61 111 -
CMYK 0.83 0.45 0 0.56
HSL 212.61º 0.71% 0.25% -
HSV(B) 212.61º 0.83% 0.44% -
XYZ 4.81 4.62 15.68 -
YUV 54.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 19 61 111 0.83 0.45 0 0.56 212.61 0.71 0.25
Hex 13 3D 6F 53 2D 0 38 D5 47 19
Octal 23 75 157 123 55 0 70 325 107 31
Binary 10011 111101 1101111 1010011 101101 0 111000 11010101 1000111 11001

Color Harmonies of #133D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D6F

Black with #133D6F

Text Example


Text Example

White with #133D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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