Html Css Color HEX #066DF3 Navy Blue

📋 copy color: '#066DF3'

red 6 ◦ green 109 ◦ blue 243

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

Shades of Navy Blue #066DF3

Tints of Navy Blue #066DF3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.45%

 BLUE value IS 243 (95.31% from 255) = 67.88%

R = 1.68%
G = 30.45%
B = 67.88%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#066DF3 (or 0x066DF3) is known color: Navy Blue. HEX triplet: 06, 6D and F3. RGB value is (6,109,243). Sum of RGB (Red+Green+Blue) = 6+109+243=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 243 (95.31% from 255 or 67.88% from 358); Max value from RGB is 243 - color contains mainly: blue. Hex color #066DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066DF3 is #F9920C. Grayscale: #5C5C5C. Windows color (decimal): -16355853 or 15953158. OLE color: 15953158.

HSL color Cylindrical-coordinate representation of color #066DF3: hue angle of 213.92º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #066DF3 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 109 243 -
CMYK 0.98 0.55 0 0.05
HSL 213.92º 0.95% 0.49% -
HSV(B) 213.92º 0.98% 0.95% -
XYZ 21.72 17.45 87.02 -
YUV 93.48 212.38 65.6 -
System Red Green Blue C M Y K H S L
Decimal 6 109 243 0.98 0.55 0 0.05 213.92 0.95 0.49
Hex 6 6D F3 62 37 0 5 D6 5F 31
Octal 6 155 363 142 67 0 5 326 137 61
Binary 110 1101101 11110011 1100010 110111 0 101 11010110 1011111 110001

Color Harmonies of #066DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DF3

Black with #066DF3

Text Example


Text Example

White with #066DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066DF3; }

 p { color: rgb(6,109,243); }

 H1.HeaderClassName
 {
   color: #066DF3;
 }
 .AnyTagClassName
 {
   color: #066DF3;
 }
</style>

background-color css

<style>
 a { background-color: #066DF3; }

 a { background-color: rgb(6,109,243); }

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

border-color css

<style>
 span { border-color: #066DF3; }

 span { border-color: rgb(6,109,243); }

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