Html Css Color HEX #133F85 Dark Cerulean

📋 copy color: '#133F85'

red 19 ◦ green 63 ◦ blue 133

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

Shades of Dark Cerulean #133F85

Tints of Dark Cerulean #133F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 61.86%

R = 8.84%
G = 29.3%
B = 61.86%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#133F85 (or 0x133F85) is known color: Dark Cerulean. HEX triplet: 13, 3F and 85. RGB value is (19,63,133). Sum of RGB (Red+Green+Blue) = 19+63+133=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #133F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F85 is #ECC07A. Grayscale: #393939. Windows color (decimal): -15515771 or 8732435. OLE color: 8732435.

HSL color Cylindrical-coordinate representation of color #133F85: hue angle of 216.84º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133F85 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 63 133 -
CMYK 0.86 0.53 0 0.48
HSL 216.84º 0.75% 0.3% -
HSV(B) 216.84º 0.86% 0.52% -
XYZ 6.28 5.39 22.9 -
YUV 57.82 170.42 100.31 -
System Red Green Blue C M Y K H S L
Decimal 19 63 133 0.86 0.53 0 0.48 216.84 0.75 0.3
Hex 13 3F 85 56 35 0 30 D9 4B 1E
Octal 23 77 205 126 65 0 60 331 113 36
Binary 10011 111111 10000101 1010110 110101 0 110000 11011001 1001011 11110

Color Harmonies of #133F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F85

Black with #133F85

Text Example


Text Example

White with #133F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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