Html Css Color HEX #062FCF Persian Blue

📋 copy color: '#062FCF'

red 6 ◦ green 47 ◦ blue 207

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

Shades of Persian Blue #062FCF

Tints of Persian Blue #062FCF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.08%

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

R = 2.31%
G = 18.08%
B = 79.62%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#062FCF (or 0x062FCF) is known color: Persian Blue. HEX triplet: 06, 2F and CF. RGB value is (6,47,207). Sum of RGB (Red+Green+Blue) = 6+47+207=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 207 (81.25% from 255 or 79.62% from 260); Max value from RGB is 207 - color contains mainly: blue. Hex color #062FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062FCF is #F9D030. Grayscale: #343434. Windows color (decimal): -16371761 or 13577990. OLE color: 13577990.

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

Color convert

RGB 6 47 207 -
CMYK 0.97 0.77 0 0.19
HSL 227.76º 0.94% 0.42% -
HSV(B) 227.76º 0.97% 0.81% -
XYZ 12.35 6.58 59.65 -
YUV 52.98 214.92 94.49 -
System Red Green Blue C M Y K H S L
Decimal 6 47 207 0.97 0.77 0 0.19 227.76 0.94 0.42
Hex 6 2F CF 61 4D 0 13 E4 5E 2A
Octal 6 57 317 141 115 0 23 344 136 52
Binary 110 101111 11001111 1100001 1001101 0 10011 11100100 1011110 101010

Color Harmonies of #062FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062FCF

Black with #062FCF

Text Example


Text Example

White with #062FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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