Html Css Color HEX #092DBE Persian Blue

📋 copy color: '#092DBE'

red 9 ◦ green 45 ◦ blue 190

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

Shades of Persian Blue #092DBE

Tints of Persian Blue #092DBE

RGB

 RED value IS 9 (3.91% from 255) = 3.69%

 GREEN value IS 45 (17.97% from 255) = 18.44%

 BLUE value IS 190 (74.61% from 255) = 77.87%

R = 3.69%
G = 18.44%
B = 77.87%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#092DBE (or 0x092DBE) is known color: Persian Blue. HEX triplet: 09, 2D and BE. RGB value is (9,45,190). Sum of RGB (Red+Green+Blue) = 9+45+190=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 190 (74.61% from 255 or 77.87% from 244); Max value from RGB is 190 - color contains mainly: blue. Hex color #092DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DBE is #F6D241. Grayscale: #323232. Windows color (decimal): -16175682 or 12463369. OLE color: 12463369.

HSL color Cylindrical-coordinate representation of color #092DBE: hue angle of 228.07º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092DBE is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 45 190 -
CMYK 0.95 0.76 0 0.25
HSL 228.07º 0.91% 0.39% -
HSV(B) 228.07º 0.95% 0.75% -
XYZ 10.35 5.65 49.26 -
YUV 50.77 206.57 98.21 -
System Red Green Blue C M Y K H S L
Decimal 9 45 190 0.95 0.76 0 0.25 228.07 0.91 0.39
Hex 9 2D BE 5F 4C 0 19 E4 5B 27
Octal 11 55 276 137 114 0 31 344 133 47
Binary 1001 101101 10111110 1011111 1001100 0 11001 11100100 1011011 100111

Color Harmonies of #092DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092DBE

Black with #092DBE

Text Example


Text Example

White with #092DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092DBE; }

 p { color: rgb(9,45,190); }

 H1.HeaderClassName
 {
   color: #092DBE;
 }
 .AnyTagClassName
 {
   color: #092DBE;
 }
</style>

background-color css

<style>
 a { background-color: #092DBE; }

 a { background-color: rgb(9,45,190); }

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

border-color css

<style>
 span { border-color: #092DBE; }

 span { border-color: rgb(9,45,190); }

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