Html Css Color HEX #062DCC Persian Blue

📋 copy color: '#062DCC'

red 6 ◦ green 45 ◦ blue 204

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

Shades of Persian Blue #062DCC

Tints of Persian Blue #062DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 80%

R = 2.35%
G = 17.65%
B = 80%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#062DCC (or 0x062DCC) is known color: Persian Blue. HEX triplet: 06, 2D and CC. RGB value is (6,45,204). Sum of RGB (Red+Green+Blue) = 6+45+204=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #062DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062DCC is #F9D233. Grayscale: #323232. Windows color (decimal): -16372276 or 13380870. OLE color: 13380870.

HSL color Cylindrical-coordinate representation of color #062DCC: hue angle of 228.18º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062DCC is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 45 204 -
CMYK 0.97 0.78 0 0.2
HSL 228.18º 0.94% 0.41% -
HSV(B) 228.18º 0.97% 0.8% -
XYZ 11.91 6.28 57.71 -
YUV 51.47 214.08 95.57 -
System Red Green Blue C M Y K H S L
Decimal 6 45 204 0.97 0.78 0 0.2 228.18 0.94 0.41
Hex 6 2D CC 61 4E 0 14 E4 5E 29
Octal 6 55 314 141 116 0 24 344 136 51
Binary 110 101101 11001100 1100001 1001110 0 10100 11100100 1011110 101001

Color Harmonies of #062DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062DCC

Black with #062DCC

Text Example


Text Example

White with #062DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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