Html Css Color HEX #263AB9 Persian Blue

📋 copy color: '#263AB9'

red 38 ◦ green 58 ◦ blue 185

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

Shades of Persian Blue #263AB9

Tints of Persian Blue #263AB9

RGB

 RED value IS 38 (15.23% from 255) = 13.52%

 GREEN value IS 58 (23.05% from 255) = 20.64%

 BLUE value IS 185 (72.66% from 255) = 65.84%

R = 13.52%
G = 20.64%
B = 65.84%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#263AB9 (or 0x263AB9) is known color: Persian Blue. HEX triplet: 26, 3A and B9. RGB value is (38,58,185). Sum of RGB (Red+Green+Blue) = 38+58+185=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 185 (72.66% from 255 or 65.84% from 281); Max value from RGB is 185 - color contains mainly: blue. Hex color #263AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263AB9 is #D9C546. Grayscale: #414141. Windows color (decimal): -14271815 or 12139046. OLE color: 12139046.

HSL color Cylindrical-coordinate representation of color #263AB9: hue angle of 231.84º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #263AB9 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 58 185 -
CMYK 0.79 0.69 0 0.27
HSL 231.84º 0.66% 0.44% -
HSV(B) 231.84º 0.79% 0.73% -
XYZ 11.07 6.94 46.66 -
YUV 66.5 194.87 107.67 -
System Red Green Blue C M Y K H S L
Decimal 38 58 185 0.79 0.69 0 0.27 231.84 0.66 0.44
Hex 26 3A B9 4F 45 0 1B E8 42 2C
Octal 46 72 271 117 105 0 33 350 102 54
Binary 100110 111010 10111001 1001111 1000101 0 11011 11101000 1000010 101100

Color Harmonies of #263AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263AB9

Black with #263AB9

Text Example


Text Example

White with #263AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263AB9; }

 p { color: rgb(38,58,185); }

 H1.HeaderClassName
 {
   color: #263AB9;
 }
 .AnyTagClassName
 {
   color: #263AB9;
 }
</style>

background-color css

<style>
 a { background-color: #263AB9; }

 a { background-color: rgb(38,58,185); }

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

border-color css

<style>
 span { border-color: #263AB9; }

 span { border-color: rgb(38,58,185); }

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