Html Css Color HEX #19357B Resolution Blue

📋 copy color: '#19357B'

red 25 ◦ green 53 ◦ blue 123

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

Shades of Resolution Blue #19357B

Tints of Resolution Blue #19357B

RGB

 RED value IS 25 (10.16% from 255) = 12.44%

 GREEN value IS 53 (21.09% from 255) = 26.37%

 BLUE value IS 123 (48.44% from 255) = 61.19%

R = 12.44%
G = 26.37%
B = 61.19%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#19357B (or 0x19357B) is known color: Resolution Blue. HEX triplet: 19, 35 and 7B. RGB value is (25,53,123). Sum of RGB (Red+Green+Blue) = 25+53+123=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #19357B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19357B is #E6CA84. Grayscale: #343434. Windows color (decimal): -15125125 or 8074521. OLE color: 8074521.

HSL color Cylindrical-coordinate representation of color #19357B: hue angle of 222.86º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19357B is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 53 123 -
CMYK 0.80 0.57 0 0.52
HSL 222.86º 0.66% 0.29% -
HSV(B) 222.86º 0.8% 0.48% -
XYZ 5.25 4.18 19.27 -
YUV 52.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 25 53 123 0.80 0.57 0 0.52 222.86 0.66 0.29
Hex 19 35 7B 50 39 0 34 DF 42 1D
Octal 31 65 173 120 71 0 64 337 102 35
Binary 11001 110101 1111011 1010000 111001 0 110100 11011111 1000010 11101

Color Harmonies of #19357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19357B

Black with #19357B

Text Example


Text Example

White with #19357B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19357B; }

 p { color: rgb(25,53,123); }

 H1.HeaderClassName
 {
   color: #19357B;
 }
 .AnyTagClassName
 {
   color: #19357B;
 }
</style>

background-color css

<style>
 a { background-color: #19357B; }

 a { background-color: rgb(25,53,123); }

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

border-color css

<style>
 span { border-color: #19357B; }

 span { border-color: rgb(25,53,123); }

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