Html Css Color HEX #062ADB Persian Blue

📋 copy color: '#062ADB'

red 6 ◦ green 42 ◦ blue 219

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

Shades of Persian Blue #062ADB

Tints of Persian Blue #062ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.73%

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

R = 2.25%
G = 15.73%
B = 82.02%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#062ADB (or 0x062ADB) is known color: Persian Blue. HEX triplet: 06, 2A and DB. RGB value is (6,42,219). Sum of RGB (Red+Green+Blue) = 6+42+219=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #062ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062ADB is #F9D524. Grayscale: #323232. Windows color (decimal): -16373029 or 14363142. OLE color: 14363142.

HSL color Cylindrical-coordinate representation of color #062ADB: hue angle of 229.86º 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 #062ADB is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 42 219 -
CMYK 0.97 0.81 0 0.14
HSL 229.86º 0.95% 0.44% -
HSV(B) 229.86º 0.97% 0.86% -
XYZ 13.69 6.81 67.61 -
YUV 51.41 222.57 95.61 -
System Red Green Blue C M Y K H S L
Decimal 6 42 219 0.97 0.81 0 0.14 229.86 0.95 0.44
Hex 6 2A DB 61 51 0 E E6 5F 2C
Octal 6 52 333 141 121 0 16 346 137 54
Binary 110 101010 11011011 1100001 1010001 0 1110 11100110 1011111 101100

Color Harmonies of #062ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062ADB

Black with #062ADB

Text Example


Text Example

White with #062ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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