Html Css Color HEX #133F75 Dark Cerulean

📋 copy color: '#133F75'

red 19 ◦ green 63 ◦ blue 117

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

Shades of Dark Cerulean #133F75

Tints of Dark Cerulean #133F75

RGB

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

 GREEN value IS 63 (25% from 255) = 31.66%

 BLUE value IS 117 (46.09% from 255) = 58.79%

R = 9.55%
G = 31.66%
B = 58.79%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#133F75 (or 0x133F75) is known color: Dark Cerulean. HEX triplet: 13, 3F and 75. RGB value is (19,63,117). Sum of RGB (Red+Green+Blue) = 19+63+117=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #133F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F75 is #ECC08A. Grayscale: #373737. Windows color (decimal): -15515787 or 7683859. OLE color: 7683859.

HSL color Cylindrical-coordinate representation of color #133F75: hue angle of 213.06º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133F75 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 63 117 -
CMYK 0.84 0.46 0 0.54
HSL 213.06º 0.72% 0.27% -
HSV(B) 213.06º 0.84% 0.46% -
XYZ 5.26 4.98 17.51 -
YUV 56 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 19 63 117 0.84 0.46 0 0.54 213.06 0.72 0.27
Hex 13 3F 75 54 2E 0 36 D5 48 1B
Octal 23 77 165 124 56 0 66 325 110 33
Binary 10011 111111 1110101 1010100 101110 0 110110 11010101 1001000 11011

Color Harmonies of #133F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F75

Black with #133F75

Text Example


Text Example

White with #133F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,63,117); }

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

background-color css

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

 a { background-color: rgb(19,63,117); }

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

border-color css

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

 span { border-color: rgb(19,63,117); }

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