Html Css Color HEX #062DDA Persian Blue

📋 copy color: '#062DDA'

red 6 ◦ green 45 ◦ blue 218

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

Shades of Persian Blue #062DDA

Tints of Persian Blue #062DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.73%

 BLUE value IS 218 (85.55% from 255) = 81.04%

R = 2.23%
G = 16.73%
B = 81.04%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#062DDA (or 0x062DDA) is known color: Persian Blue. HEX triplet: 06, 2D and DA. RGB value is (6,45,218). Sum of RGB (Red+Green+Blue) = 6+45+218=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 218 (85.55% from 255 or 81.04% from 269); Max value from RGB is 218 - color contains mainly: blue. Hex color #062DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DDA is #F9D225. Grayscale: #343434. Windows color (decimal): -16372262 or 14298374. OLE color: 14298374.

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

Color convert

RGB 6 45 218 -
CMYK 0.97 0.79 0 0.15
HSL 228.96º 0.95% 0.44% -
HSV(B) 228.96º 0.97% 0.85% -
XYZ 13.67 6.98 66.96 -
YUV 53.06 221.08 94.43 -
System Red Green Blue C M Y K H S L
Decimal 6 45 218 0.97 0.79 0 0.15 228.96 0.95 0.44
Hex 6 2D DA 61 4F 0 F E5 5F 2C
Octal 6 55 332 141 117 0 17 345 137 54
Binary 110 101101 11011010 1100001 1001111 0 1111 11100101 1011111 101100

Color Harmonies of #062DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DDA

Black with #062DDA

Text Example


Text Example

White with #062DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,45,218); }

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

background-color css

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

 a { background-color: rgb(6,45,218); }

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

border-color css

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

 span { border-color: rgb(6,45,218); }

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