Html Css Color HEX #023BCB Persian Blue

📋 copy color: '#023BCB'

red 2 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #023BCB

Tints of Persian Blue #023BCB

RGB

 RED value IS 2 (1.17% from 255) = 0.76%

 GREEN value IS 59 (23.44% from 255) = 22.35%

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

R = 0.76%
G = 22.35%
B = 76.89%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#023BCB (or 0x023BCB) is known color: Persian Blue. HEX triplet: 02, 3B and CB. RGB value is (2,59,203). Sum of RGB (Red+Green+Blue) = 2+59+203=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #023BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BCB is #FDC434. Grayscale: #393939. Windows color (decimal): -16630837 or 13318914. OLE color: 13318914.

HSL color Cylindrical-coordinate representation of color #023BCB: hue angle of 222.99º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BCB is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 59 203 -
CMYK 0.99 0.71 0 0.20
HSL 222.99º 0.98% 0.4% -
HSV(B) 222.99º 0.99% 0.8% -
XYZ 12.37 7.45 57.29 -
YUV 58.37 209.62 87.79 -
System Red Green Blue C M Y K H S L
Decimal 2 59 203 0.99 0.71 0 0.20 222.99 0.98 0.4
Hex 2 3B CB 63 47 0 14 DF 62 28
Octal 2 73 313 143 107 0 24 337 142 50
Binary 10 111011 11001011 1100011 1000111 0 10100 11011111 1100010 101000

Color Harmonies of #023BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BCB

Black with #023BCB

Text Example


Text Example

White with #023BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023BCB; }

 p { color: rgb(2,59,203); }

 H1.HeaderClassName
 {
   color: #023BCB;
 }
 .AnyTagClassName
 {
   color: #023BCB;
 }
</style>

background-color css

<style>
 a { background-color: #023BCB; }

 a { background-color: rgb(2,59,203); }

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

border-color css

<style>
 span { border-color: #023BCB; }

 span { border-color: rgb(2,59,203); }

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