Html Css Color HEX #023BC6 Persian Blue

📋 copy color: '#023BC6'

red 2 ◦ green 59 ◦ blue 198

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

Shades of Persian Blue #023BC6

Tints of Persian Blue #023BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 76.45%

R = 0.77%
G = 22.78%
B = 76.45%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#023BC6 (or 0x023BC6) is known color: Persian Blue. HEX triplet: 02, 3B and C6. RGB value is (2,59,198). Sum of RGB (Red+Green+Blue) = 2+59+198=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 198 (77.73% from 255 or 76.45% from 259); Max value from RGB is 198 - color contains mainly: blue. Hex color #023BC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BC6 is #FDC439. Grayscale: #393939. Windows color (decimal): -16630842 or 12991234. OLE color: 12991234.

HSL color Cylindrical-coordinate representation of color #023BC6: hue angle of 222.55º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BC6 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 59 198 -
CMYK 0.99 0.70 0 0.22
HSL 222.55º 0.98% 0.39% -
HSV(B) 222.55º 0.99% 0.78% -
XYZ 11.78 7.22 54.2 -
YUV 57.8 207.12 88.2 -
System Red Green Blue C M Y K H S L
Decimal 2 59 198 0.99 0.70 0 0.22 222.55 0.98 0.39
Hex 2 3B C6 63 46 0 16 DF 62 27
Octal 2 73 306 143 106 0 26 337 142 47
Binary 10 111011 11000110 1100011 1000110 0 10110 11011111 1100010 100111

Color Harmonies of #023BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BC6

Black with #023BC6

Text Example


Text Example

White with #023BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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