Html Css Color HEX #133C58 Regal Blue

📋 copy color: '#133C58'

red 19 ◦ green 60 ◦ blue 88

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

Shades of Regal Blue #133C58

Tints of Regal Blue #133C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 52.69%

R = 11.38%
G = 35.93%
B = 52.69%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#133C58 (or 0x133C58) is known color: Regal Blue. HEX triplet: 13, 3C and 58. RGB value is (19,60,88). Sum of RGB (Red+Green+Blue) = 19+60+88=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #133C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C58 is #ECC3A7. Grayscale: #323232. Windows color (decimal): -15516584 or 5782547. OLE color: 5782547.

HSL color Cylindrical-coordinate representation of color #133C58: hue angle of 204.35º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133C58 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 60 88 -
CMYK 0.78 0.32 0 0.65
HSL 204.35º 0.64% 0.21% -
HSV(B) 204.35º 0.78% 0.35% -
XYZ 3.65 4.07 9.83 -
YUV 50.93 148.92 105.22 -
System Red Green Blue C M Y K H S L
Decimal 19 60 88 0.78 0.32 0 0.65 204.35 0.64 0.21
Hex 13 3C 58 4E 20 0 41 CC 40 15
Octal 23 74 130 116 40 0 101 314 100 25
Binary 10011 111100 1011000 1001110 100000 0 1000001 11001100 1000000 10101

Color Harmonies of #133C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C58

Black with #133C58

Text Example


Text Example

White with #133C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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