Html Css Color HEX #0026CD Persian Blue

📋 copy color: '#0026CD'

red 0 ◦ green 38 ◦ blue 205

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

Shades of Persian Blue #0026CD

Tints of Persian Blue #0026CD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 205 (80.47% from 255) = 84.36%

R = 0%
G = 15.64%
B = 84.36%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0026CD (or 0x0026CD) is known color: Persian Blue. HEX triplet: 00, 26 and CD. RGB value is (0,38,205). Sum of RGB (Red+Green+Blue) = 0+38+205=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 205 (80.47% from 255 or 84.36% from 243); Max value from RGB is 205 - color contains mainly: blue. Hex color #0026CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0026CD is #FFD932. Grayscale: #2C2C2C. Windows color (decimal): -16767283 or 13444608. OLE color: 13444608.

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

Color convert

RGB 0 38 205 -
CMYK 1 0.81 0 0.20
HSL 228.88º 1% 0.4% -
HSV(B) 228.88º 1% 0.8% -
XYZ 11.71 5.79 58.26 -
YUV 45.68 217.91 95.42 -
System Red Green Blue C M Y K H S L
Decimal 0 38 205 1 0.81 0 0.20 228.88 1 0.4
Hex 0 26 CD 64 51 0 14 E5 64 28
Octal 0 46 315 144 121 0 24 345 144 50
Binary 0 100110 11001101 1100100 1010001 0 10100 11100101 1100100 101000

Color Harmonies of #0026CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0026CD

Black with #0026CD

Text Example


Text Example

White with #0026CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0026CD; }

 p { color: rgb(0,38,205); }

 H1.HeaderClassName
 {
   color: #0026CD;
 }
 .AnyTagClassName
 {
   color: #0026CD;
 }
</style>

background-color css

<style>
 a { background-color: #0026CD; }

 a { background-color: rgb(0,38,205); }

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

border-color css

<style>
 span { border-color: #0026CD; }

 span { border-color: rgb(0,38,205); }

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