Html Css Color HEX #133C7F Dark Cerulean

📋 copy color: '#133C7F'

red 19 ◦ green 60 ◦ blue 127

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

Shades of Dark Cerulean #133C7F

Tints of Dark Cerulean #133C7F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.13%

 BLUE value IS 127 (50% from 255) = 61.65%

R = 9.22%
G = 29.13%
B = 61.65%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#133C7F (or 0x133C7F) is known color: Dark Cerulean. HEX triplet: 13, 3C and 7F. RGB value is (19,60,127). Sum of RGB (Red+Green+Blue) = 19+60+127=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #133C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C7F is #ECC380. Grayscale: #373737. Windows color (decimal): -15516545 or 8338451. OLE color: 8338451.

HSL color Cylindrical-coordinate representation of color #133C7F: hue angle of 217.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133C7F is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 60 127 -
CMYK 0.85 0.53 0 0.50
HSL 217.22º 0.74% 0.29% -
HSV(B) 217.22º 0.85% 0.5% -
XYZ 5.72 4.9 20.72 -
YUV 55.38 168.42 102.05 -
System Red Green Blue C M Y K H S L
Decimal 19 60 127 0.85 0.53 0 0.50 217.22 0.74 0.29
Hex 13 3C 7F 55 35 0 32 D9 4A 1D
Octal 23 74 177 125 65 0 62 331 112 35
Binary 10011 111100 1111111 1010101 110101 0 110010 11011001 1001010 11101

Color Harmonies of #133C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C7F

Black with #133C7F

Text Example


Text Example

White with #133C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,60,127); }

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

background-color css

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

 a { background-color: rgb(19,60,127); }

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

border-color css

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

 span { border-color: rgb(19,60,127); }

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