Html Css Color HEX #062BDB Persian Blue

📋 copy color: '#062BDB'

red 6 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #062BDB

Tints of Persian Blue #062BDB

RGB

 RED value IS 6 (2.73% from 255) = 2.24%

 GREEN value IS 43 (17.19% from 255) = 16.04%

 BLUE value IS 219 (85.94% from 255) = 81.72%

R = 2.24%
G = 16.04%
B = 81.72%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#062BDB (or 0x062BDB) is known color: Persian Blue. HEX triplet: 06, 2B and DB. RGB value is (6,43,219). Sum of RGB (Red+Green+Blue) = 6+43+219=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 219 (85.94% from 255 or 81.72% from 268); Max value from RGB is 219 - color contains mainly: blue. Hex color #062BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062BDB is #F9D424. Grayscale: #333333. Windows color (decimal): -16372773 or 14363398. OLE color: 14363398.

HSL color Cylindrical-coordinate representation of color #062BDB: hue angle of 229.58º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062BDB is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 43 219 -
CMYK 0.97 0.80 0 0.14
HSL 229.58º 0.95% 0.44% -
HSV(B) 229.58º 0.97% 0.86% -
XYZ 13.73 6.88 67.62 -
YUV 52 222.24 95.19 -
System Red Green Blue C M Y K H S L
Decimal 6 43 219 0.97 0.80 0 0.14 229.58 0.95 0.44
Hex 6 2B DB 61 50 0 E E6 5F 2C
Octal 6 53 333 141 120 0 16 346 137 54
Binary 110 101011 11011011 1100001 1010000 0 1110 11100110 1011111 101100

Color Harmonies of #062BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062BDB

Black with #062BDB

Text Example


Text Example

White with #062BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062BDB; }

 p { color: rgb(6,43,219); }

 H1.HeaderClassName
 {
   color: #062BDB;
 }
 .AnyTagClassName
 {
   color: #062BDB;
 }
</style>

background-color css

<style>
 a { background-color: #062BDB; }

 a { background-color: rgb(6,43,219); }

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

border-color css

<style>
 span { border-color: #062BDB; }

 span { border-color: rgb(6,43,219); }

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