Html Css Color HEX #192CED Persian Blue

📋 copy color: '#192CED'

red 25 ◦ green 44 ◦ blue 237

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

Shades of Persian Blue #192CED

Tints of Persian Blue #192CED

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.38%

 BLUE value IS 237 (92.97% from 255) = 77.45%

R = 8.17%
G = 14.38%
B = 77.45%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#192CED (or 0x192CED) is known color: Persian Blue. HEX triplet: 19, 2C and ED. RGB value is (25,44,237). Sum of RGB (Red+Green+Blue) = 25+44+237=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #192CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #192CED is #E6D312. Grayscale: #3B3B3B. Windows color (decimal): -15127315 or 15543321. OLE color: 15543321.

HSL color Cylindrical-coordinate representation of color #192CED: hue angle of 234.62º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192CED is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 44 237 -
CMYK 0.89 0.81 0 0.07
HSL 234.62º 0.85% 0.51% -
HSV(B) 234.62º 0.89% 0.93% -
XYZ 16.59 8.12 80.81 -
YUV 60.32 227.71 102.81 -
System Red Green Blue C M Y K H S L
Decimal 25 44 237 0.89 0.81 0 0.07 234.62 0.85 0.51
Hex 19 2C ED 59 51 0 7 EB 55 33
Octal 31 54 355 131 121 0 7 353 125 63
Binary 11001 101100 11101101 1011001 1010001 0 111 11101011 1010101 110011

Color Harmonies of #192CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192CED

Black with #192CED

Text Example


Text Example

White with #192CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192CED; }

 p { color: rgb(25,44,237); }

 H1.HeaderClassName
 {
   color: #192CED;
 }
 .AnyTagClassName
 {
   color: #192CED;
 }
</style>

background-color css

<style>
 a { background-color: #192CED; }

 a { background-color: rgb(25,44,237); }

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

border-color css

<style>
 span { border-color: #192CED; }

 span { border-color: rgb(25,44,237); }

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