Html Css Color HEX #092ACC Persian Blue

📋 copy color: '#092ACC'

red 9 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #092ACC

Tints of Persian Blue #092ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 80%

R = 3.53%
G = 16.47%
B = 80%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#092ACC (or 0x092ACC) is known color: Persian Blue. HEX triplet: 09, 2A and CC. RGB value is (9,42,204). Sum of RGB (Red+Green+Blue) = 9+42+204=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #092ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092ACC is #F6D533. Grayscale: #313131. Windows color (decimal): -16176436 or 13380105. OLE color: 13380105.

HSL color Cylindrical-coordinate representation of color #092ACC: hue angle of 229.85º 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 #092ACC is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 42 204 -
CMYK 0.96 0.79 0 0.2
HSL 229.85º 0.92% 0.42% -
HSV(B) 229.85º 0.96% 0.8% -
XYZ 11.84 6.07 57.68 -
YUV 50.6 214.57 98.33 -
System Red Green Blue C M Y K H S L
Decimal 9 42 204 0.96 0.79 0 0.2 229.85 0.92 0.42
Hex 9 2A CC 60 4F 0 14 E6 5C 2A
Octal 11 52 314 140 117 0 24 346 134 52
Binary 1001 101010 11001100 1100000 1001111 0 10100 11100110 1011100 101010

Color Harmonies of #092ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092ACC

Black with #092ACC

Text Example


Text Example

White with #092ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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