Html Css Color HEX #092CBC Persian Blue

📋 copy color: '#092CBC'

red 9 ◦ green 44 ◦ blue 188

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

Shades of Persian Blue #092CBC

Tints of Persian Blue #092CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 78.01%

R = 3.73%
G = 18.26%
B = 78.01%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#092CBC (or 0x092CBC) is known color: Persian Blue. HEX triplet: 09, 2C and BC. RGB value is (9,44,188). Sum of RGB (Red+Green+Blue) = 9+44+188=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #092CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092CBC is #F6D343. Grayscale: #313131. Windows color (decimal): -16175940 or 12332041. OLE color: 12332041.

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

Color convert

RGB 9 44 188 -
CMYK 0.95 0.77 0 0.26
HSL 228.27º 0.91% 0.39% -
HSV(B) 228.27º 0.95% 0.74% -
XYZ 10.09 5.49 48.1 -
YUV 49.95 205.9 98.79 -
System Red Green Blue C M Y K H S L
Decimal 9 44 188 0.95 0.77 0 0.26 228.27 0.91 0.39
Hex 9 2C BC 5F 4D 0 1A E4 5B 27
Octal 11 54 274 137 115 0 32 344 133 47
Binary 1001 101100 10111100 1011111 1001101 0 11010 11100100 1011011 100111

Color Harmonies of #092CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092CBC

Black with #092CBC

Text Example


Text Example

White with #092CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,44,188); }

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

background-color css

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

 a { background-color: rgb(9,44,188); }

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

border-color css

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

 span { border-color: rgb(9,44,188); }

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