Html Css Color HEX #065CCB Navy Blue

📋 copy color: '#065CCB'

red 6 ◦ green 92 ◦ blue 203

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

Shades of Navy Blue #065CCB

Tints of Navy Blue #065CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.44%

R = 1.99%
G = 30.56%
B = 67.44%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#065CCB (or 0x065CCB) is known color: Navy Blue. HEX triplet: 06, 5C and CB. RGB value is (6,92,203). Sum of RGB (Red+Green+Blue) = 6+92+203=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #065CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CCB is #F9A334. Grayscale: #4E4E4E. Windows color (decimal): -16360245 or 13327366. OLE color: 13327366.

HSL color Cylindrical-coordinate representation of color #065CCB: hue angle of 213.81º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065CCB is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 92 203 -
CMYK 0.97 0.55 0 0.20
HSL 213.81º 0.94% 0.41% -
HSV(B) 213.81º 0.97% 0.8% -
XYZ 14.68 12 58.04 -
YUV 78.94 198.01 75.97 -
System Red Green Blue C M Y K H S L
Decimal 6 92 203 0.97 0.55 0 0.20 213.81 0.94 0.41
Hex 6 5C CB 61 37 0 14 D6 5E 29
Octal 6 134 313 141 67 0 24 326 136 51
Binary 110 1011100 11001011 1100001 110111 0 10100 11010110 1011110 101001

Color Harmonies of #065CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CCB

Black with #065CCB

Text Example


Text Example

White with #065CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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