Html Css Color HEX #133F73 Dark Cerulean

📋 copy color: '#133F73'

red 19 ◦ green 63 ◦ blue 115

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

Shades of Dark Cerulean #133F73

Tints of Dark Cerulean #133F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 58.38%

R = 9.64%
G = 31.98%
B = 58.38%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#133F73 (or 0x133F73) is known color: Dark Cerulean. HEX triplet: 13, 3F and 73. RGB value is (19,63,115). Sum of RGB (Red+Green+Blue) = 19+63+115=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #133F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F73 is #ECC08C. Grayscale: #373737. Windows color (decimal): -15515789 or 7552787. OLE color: 7552787.

HSL color Cylindrical-coordinate representation of color #133F73: hue angle of 212.5º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133F73 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 63 115 -
CMYK 0.83 0.45 0 0.55
HSL 212.5º 0.72% 0.26% -
HSV(B) 212.5º 0.83% 0.45% -
XYZ 5.14 4.93 16.9 -
YUV 55.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 19 63 115 0.83 0.45 0 0.55 212.5 0.72 0.26
Hex 13 3F 73 53 2D 0 37 D4 48 1A
Octal 23 77 163 123 55 0 67 324 110 32
Binary 10011 111111 1110011 1010011 101101 0 110111 11010100 1001000 11010

Color Harmonies of #133F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F73

Black with #133F73

Text Example


Text Example

White with #133F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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