Html Css Color HEX #092ACB Persian Blue

📋 copy color: '#092ACB'

red 9 ◦ green 42 ◦ blue 203

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

Shades of Persian Blue #092ACB

Tints of Persian Blue #092ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.54%

 BLUE value IS 203 (79.69% from 255) = 79.92%

R = 3.54%
G = 16.54%
B = 79.92%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#092ACB (or 0x092ACB) is known color: Persian Blue. HEX triplet: 09, 2A and CB. RGB value is (9,42,203). Sum of RGB (Red+Green+Blue) = 9+42+203=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #092ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092ACB is #F6D534. Grayscale: #313131. Windows color (decimal): -16176437 or 13314569. OLE color: 13314569.

HSL color Cylindrical-coordinate representation of color #092ACB: hue angle of 229.79º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #092ACB is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 42 203 -
CMYK 0.96 0.79 0 0.20
HSL 229.79º 0.92% 0.42% -
HSV(B) 229.79º 0.96% 0.8% -
XYZ 11.72 6.03 57.05 -
YUV 50.49 214.07 98.41 -
System Red Green Blue C M Y K H S L
Decimal 9 42 203 0.96 0.79 0 0.20 229.79 0.92 0.42
Hex 9 2A CB 60 4F 0 14 E6 5C 2A
Octal 11 52 313 140 117 0 24 346 134 52
Binary 1001 101010 11001011 1100000 1001111 0 10100 11100110 1011100 101010

Color Harmonies of #092ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092ACB

Black with #092ACB

Text Example


Text Example

White with #092ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,42,203); }

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

background-color css

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

 a { background-color: rgb(9,42,203); }

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

border-color css

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

 span { border-color: rgb(9,42,203); }

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