Html Css Color HEX #0024CB Persian Blue

📋 copy color: '#0024CB'

red 0 ◦ green 36 ◦ blue 203

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

Shades of Persian Blue #0024CB

Tints of Persian Blue #0024CB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.06%

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

R = 0%
G = 15.06%
B = 84.94%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0024CB (or 0x0024CB) is known color: Persian Blue. HEX triplet: 00, 24 and CB. RGB value is (0,36,203). Sum of RGB (Red+Green+Blue) = 0+36+203=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 203 (79.69% from 255 or 84.94% from 239); Max value from RGB is 203 - color contains mainly: blue. Hex color #0024CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0024CB is #FFDB34. Grayscale: #2B2B2B. Windows color (decimal): -16767797 or 13313024. OLE color: 13313024.

HSL color Cylindrical-coordinate representation of color #0024CB: hue angle of 229.36º 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 #0024CB is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 36 203 -
CMYK 1 0.82 0 0.20
HSL 229.36º 1% 0.4% -
HSV(B) 229.36º 1% 0.8% -
XYZ 11.41 5.57 56.97 -
YUV 44.27 217.57 96.42 -
System Red Green Blue C M Y K H S L
Decimal 0 36 203 1 0.82 0 0.20 229.36 1 0.4
Hex 0 24 CB 64 52 0 14 E5 64 28
Octal 0 44 313 144 122 0 24 345 144 50
Binary 0 100100 11001011 1100100 1010010 0 10100 11100101 1100100 101000

Color Harmonies of #0024CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0024CB

Black with #0024CB

Text Example


Text Example

White with #0024CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0024CB; }

 p { color: rgb(0,36,203); }

 H1.HeaderClassName
 {
   color: #0024CB;
 }
 .AnyTagClassName
 {
   color: #0024CB;
 }
</style>

background-color css

<style>
 a { background-color: #0024CB; }

 a { background-color: rgb(0,36,203); }

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

border-color css

<style>
 span { border-color: #0024CB; }

 span { border-color: rgb(0,36,203); }

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