Html Css Color HEX #0923CE Persian Blue

📋 copy color: '#0923CE'

red 9 ◦ green 35 ◦ blue 206

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

Shades of Persian Blue #0923CE

Tints of Persian Blue #0923CE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14%

 BLUE value IS 206 (80.86% from 255) = 82.4%

R = 3.6%
G = 14%
B = 82.4%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0923CE (or 0x0923CE) is known color: Persian Blue. HEX triplet: 09, 23 and CE. RGB value is (9,35,206). Sum of RGB (Red+Green+Blue) = 9+35+206=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 206 (80.86% from 255 or 82.4% from 250); Max value from RGB is 206 - color contains mainly: blue. Hex color #0923CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0923CE is #F6DC31. Grayscale: #2E2E2E. Windows color (decimal): -16178226 or 13509385. OLE color: 13509385.

HSL color Cylindrical-coordinate representation of color #0923CE: hue angle of 232.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0923CE is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 35 206 -
CMYK 0.96 0.83 0 0.19
HSL 232.08º 0.92% 0.42% -
HSV(B) 232.08º 0.96% 0.81% -
XYZ 11.85 5.72 58.87 -
YUV 46.72 217.89 101.1 -
System Red Green Blue C M Y K H S L
Decimal 9 35 206 0.96 0.83 0 0.19 232.08 0.92 0.42
Hex 9 23 CE 60 53 0 13 E8 5C 2A
Octal 11 43 316 140 123 0 23 350 134 52
Binary 1001 100011 11001110 1100000 1010011 0 10011 11101000 1011100 101010

Color Harmonies of #0923CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0923CE

Black with #0923CE

Text Example


Text Example

White with #0923CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0923CE; }

 p { color: rgb(9,35,206); }

 H1.HeaderClassName
 {
   color: #0923CE;
 }
 .AnyTagClassName
 {
   color: #0923CE;
 }
</style>

background-color css

<style>
 a { background-color: #0923CE; }

 a { background-color: rgb(9,35,206); }

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

border-color css

<style>
 span { border-color: #0923CE; }

 span { border-color: rgb(9,35,206); }

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