Html Css Color HEX #065BEA Navy Blue

📋 copy color: '#065BEA'

red 6 ◦ green 91 ◦ blue 234

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

Shades of Navy Blue #065BEA

Tints of Navy Blue #065BEA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.49%

 BLUE value IS 234 (91.8% from 255) = 70.69%

R = 1.81%
G = 27.49%
B = 70.69%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#065BEA (or 0x065BEA) is known color: Navy Blue. HEX triplet: 06, 5B and EA. RGB value is (6,91,234). Sum of RGB (Red+Green+Blue) = 6+91+234=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #065BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065BEA is #F9A415. Grayscale: #515151. Windows color (decimal): -16360470 or 15358726. OLE color: 15358726.

HSL color Cylindrical-coordinate representation of color #065BEA: hue angle of 217.63º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065BEA is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 91 234 -
CMYK 0.97 0.61 0 0.08
HSL 217.63º 0.95% 0.47% -
HSV(B) 217.63º 0.97% 0.92% -
XYZ 18.67 13.46 79.46 -
YUV 81.89 213.84 73.87 -
System Red Green Blue C M Y K H S L
Decimal 6 91 234 0.97 0.61 0 0.08 217.63 0.95 0.47
Hex 6 5B EA 61 3D 0 8 DA 5F 2F
Octal 6 133 352 141 75 0 10 332 137 57
Binary 110 1011011 11101010 1100001 111101 0 1000 11011010 1011111 101111

Color Harmonies of #065BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BEA

Black with #065BEA

Text Example


Text Example

White with #065BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,91,234); }

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

background-color css

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

 a { background-color: rgb(6,91,234); }

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

border-color css

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

 span { border-color: rgb(6,91,234); }

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