Html Css Color HEX #0D26CB Persian Blue

📋 copy color: '#0D26CB'

red 13 ◦ green 38 ◦ blue 203

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

Shades of Persian Blue #0D26CB

Tints of Persian Blue #0D26CB

RGB

 RED value IS 13 (5.47% from 255) = 5.12%

 GREEN value IS 38 (15.23% from 255) = 14.96%

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

R = 5.12%
G = 14.96%
B = 79.92%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0D26CB (or 0x0D26CB) is known color: Persian Blue. HEX triplet: 0D, 26 and CB. RGB value is (13,38,203). Sum of RGB (Red+Green+Blue) = 13+38+203=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 38 (15.23% from 255 or 14.96% 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 #0D26CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D26CB is #F2D934. Grayscale: #303030. Windows color (decimal): -15915317 or 13313549. OLE color: 13313549.

HSL color Cylindrical-coordinate representation of color #0D26CB: hue angle of 232.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D26CB is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 13 38 203 -
CMYK 0.94 0.81 0 0.20
HSL 232.11º 0.88% 0.42% -
HSV(B) 232.11º 0.94% 0.8% -
XYZ 11.64 5.78 57 -
YUV 49.34 214.72 102.08 -
System Red Green Blue C M Y K H S L
Decimal 13 38 203 0.94 0.81 0 0.20 232.11 0.88 0.42
Hex D 26 CB 5E 51 0 14 E8 58 2A
Octal 15 46 313 136 121 0 24 350 130 52
Binary 1101 100110 11001011 1011110 1010001 0 10100 11101000 1011000 101010

Color Harmonies of #0D26CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D26CB

Black with #0D26CB

Text Example


Text Example

White with #0D26CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D26CB; }

 p { color: rgb(13,38,203); }

 H1.HeaderClassName
 {
   color: #0D26CB;
 }
 .AnyTagClassName
 {
   color: #0D26CB;
 }
</style>

background-color css

<style>
 a { background-color: #0D26CB; }

 a { background-color: rgb(13,38,203); }

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

border-color css

<style>
 span { border-color: #0D26CB; }

 span { border-color: rgb(13,38,203); }

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