Html Css Color HEX #133F83 Dark Cerulean

📋 copy color: '#133F83'

red 19 ◦ green 63 ◦ blue 131

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

Shades of Dark Cerulean #133F83

Tints of Dark Cerulean #133F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 61.5%

R = 8.92%
G = 29.58%
B = 61.5%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#133F83 (or 0x133F83) is known color: Dark Cerulean. HEX triplet: 13, 3F and 83. RGB value is (19,63,131). Sum of RGB (Red+Green+Blue) = 19+63+131=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #133F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F83 is #ECC07C. Grayscale: #393939. Windows color (decimal): -15515773 or 8601363. OLE color: 8601363.

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

Color convert

RGB 19 63 131 -
CMYK 0.85 0.52 0 0.49
HSL 216.43º 0.75% 0.29% -
HSV(B) 216.43º 0.85% 0.51% -
XYZ 6.14 5.33 22.18 -
YUV 57.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 19 63 131 0.85 0.52 0 0.49 216.43 0.75 0.29
Hex 13 3F 83 55 34 0 31 D8 4B 1D
Octal 23 77 203 125 64 0 61 330 113 35
Binary 10011 111111 10000011 1010101 110100 0 110001 11011000 1001011 11101

Color Harmonies of #133F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F83

Black with #133F83

Text Example


Text Example

White with #133F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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