Html Css Color HEX #065CE7 Navy Blue

📋 copy color: '#065CE7'

red 6 ◦ green 92 ◦ blue 231

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

Shades of Navy Blue #065CE7

Tints of Navy Blue #065CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 70.21%

R = 1.82%
G = 27.96%
B = 70.21%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#065CE7 (or 0x065CE7) is known color: Navy Blue. HEX triplet: 06, 5C and E7. RGB value is (6,92,231). Sum of RGB (Red+Green+Blue) = 6+92+231=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 231 (90.62% from 255 or 70.21% from 329); Max value from RGB is 231 - color contains mainly: blue. Hex color #065CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065CE7 is #F9A318. Grayscale: #515151. Windows color (decimal): -16360217 or 15162374. OLE color: 15162374.

HSL color Cylindrical-coordinate representation of color #065CE7: hue angle of 217.07º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065CE7 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 6 92 231 -
CMYK 0.97 0.60 0 0.09
HSL 217.07º 0.95% 0.46% -
HSV(B) 217.07º 0.97% 0.91% -
XYZ 18.33 13.46 77.23 -
YUV 82.13 212.01 73.7 -
System Red Green Blue C M Y K H S L
Decimal 6 92 231 0.97 0.60 0 0.09 217.07 0.95 0.46
Hex 6 5C E7 61 3C 0 9 D9 5F 2E
Octal 6 134 347 141 74 0 11 331 137 56
Binary 110 1011100 11100111 1100001 111100 0 1001 11011001 1011111 101110

Color Harmonies of #065CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CE7

Black with #065CE7

Text Example


Text Example

White with #065CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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