Html Css Color HEX #062CCF Persian Blue

📋 copy color: '#062CCF'

red 6 ◦ green 44 ◦ blue 207

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

Shades of Persian Blue #062CCF

Tints of Persian Blue #062CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.12%

 BLUE value IS 207 (81.25% from 255) = 80.54%

R = 2.33%
G = 17.12%
B = 80.54%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#062CCF (or 0x062CCF) is known color: Persian Blue. HEX triplet: 06, 2C and CF. RGB value is (6,44,207). Sum of RGB (Red+Green+Blue) = 6+44+207=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #062CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062CCF is #F9D330. Grayscale: #323232. Windows color (decimal): -16372529 or 13577222. OLE color: 13577222.

HSL color Cylindrical-coordinate representation of color #062CCF: hue angle of 228.66º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062CCF is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 44 207 -
CMYK 0.97 0.79 0 0.19
HSL 228.66º 0.94% 0.42% -
HSV(B) 228.66º 0.97% 0.81% -
XYZ 12.24 6.35 59.61 -
YUV 51.22 215.91 95.75 -
System Red Green Blue C M Y K H S L
Decimal 6 44 207 0.97 0.79 0 0.19 228.66 0.94 0.42
Hex 6 2C CF 61 4F 0 13 E5 5E 2A
Octal 6 54 317 141 117 0 23 345 136 52
Binary 110 101100 11001111 1100001 1001111 0 10011 11100101 1011110 101010

Color Harmonies of #062CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062CCF

Black with #062CCF

Text Example


Text Example

White with #062CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,44,207); }

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

background-color css

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

 a { background-color: rgb(6,44,207); }

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

border-color css

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

 span { border-color: rgb(6,44,207); }

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