Html Css Color HEX #065CEB Navy Blue

📋 copy color: '#065CEB'

red 6 ◦ green 92 ◦ blue 235

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

Shades of Navy Blue #065CEB

Tints of Navy Blue #065CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.57%

R = 1.8%
G = 27.63%
B = 70.57%

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

#065CEB (or 0x065CEB) is known color: Navy Blue. HEX triplet: 06, 5C and EB. RGB value is (6,92,235). Sum of RGB (Red+Green+Blue) = 6+92+235=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #065CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065CEB is #F9A314. Grayscale: #515151. Windows color (decimal): -16360213 or 15424518. OLE color: 15424518.

HSL color Cylindrical-coordinate representation of color #065CEB: hue angle of 217.47º 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 #065CEB is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 92 235 -
CMYK 0.97 0.61 0 0.08
HSL 217.47º 0.95% 0.47% -
HSV(B) 217.47º 0.97% 0.92% -
XYZ 18.9 13.69 80.24 -
YUV 82.59 214.01 73.37 -
System Red Green Blue C M Y K H S L
Decimal 6 92 235 0.97 0.61 0 0.08 217.47 0.95 0.47
Hex 6 5C EB 61 3D 0 8 D9 5F 2F
Octal 6 134 353 141 75 0 10 331 137 57
Binary 110 1011100 11101011 1100001 111101 0 1000 11011001 1011111 101111

Color Harmonies of #065CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CEB

Black with #065CEB

Text Example


Text Example

White with #065CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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