Html Css Color HEX #065CF2 Navy Blue

📋 copy color: '#065CF2'

red 6 ◦ green 92 ◦ blue 242

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

Shades of Navy Blue #065CF2

Tints of Navy Blue #065CF2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.06%

 BLUE value IS 242 (94.92% from 255) = 71.18%

R = 1.76%
G = 27.06%
B = 71.18%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#065CF2 (or 0x065CF2) is known color: Navy Blue. HEX triplet: 06, 5C and F2. RGB value is (6,92,242). Sum of RGB (Red+Green+Blue) = 6+92+242=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 242 (94.92% from 255 or 71.18% from 340); Max value from RGB is 242 - color contains mainly: blue. Hex color #065CF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065CF2 is #F9A30D. Grayscale: #525252. Windows color (decimal): -16360206 or 15883270. OLE color: 15883270.

HSL color Cylindrical-coordinate representation of color #065CF2: hue angle of 218.14º 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 #065CF2 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 92 242 -
CMYK 0.98 0.62 0 0.05
HSL 218.14º 0.95% 0.49% -
HSV(B) 218.14º 0.98% 0.95% -
XYZ 19.93 14.1 85.68 -
YUV 83.39 217.51 72.8 -
System Red Green Blue C M Y K H S L
Decimal 6 92 242 0.98 0.62 0 0.05 218.14 0.95 0.49
Hex 6 5C F2 62 3E 0 5 DA 5F 31
Octal 6 134 362 142 76 0 5 332 137 61
Binary 110 1011100 11110010 1100010 111110 0 101 11011010 1011111 110001

Color Harmonies of #065CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CF2

Black with #065CF2

Text Example


Text Example

White with #065CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065CF2; }

 p { color: rgb(6,92,242); }

 H1.HeaderClassName
 {
   color: #065CF2;
 }
 .AnyTagClassName
 {
   color: #065CF2;
 }
</style>

background-color css

<style>
 a { background-color: #065CF2; }

 a { background-color: rgb(6,92,242); }

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

border-color css

<style>
 span { border-color: #065CF2; }

 span { border-color: rgb(6,92,242); }

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