Html Css Color HEX #065CFC Navy Blue

📋 copy color: '#065CFC'

red 6 ◦ green 92 ◦ blue 252

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

Shades of Navy Blue #065CFC

Tints of Navy Blue #065CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72%

R = 1.71%
G = 26.29%
B = 72%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#065CFC (or 0x065CFC) is known color: Navy Blue. HEX triplet: 06, 5C and FC. RGB value is (6,92,252). Sum of RGB (Red+Green+Blue) = 6+92+252=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #065CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065CFC is #F9A303. Grayscale: #535353. Windows color (decimal): -16360196 or 16538630. OLE color: 16538630.

HSL color Cylindrical-coordinate representation of color #065CFC: hue angle of 219.02º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065CFC is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 92 252 -
CMYK 0.98 0.63 0 0.01
HSL 219.02º 0.98% 0.51% -
HSV(B) 219.02º 0.98% 0.99% -
XYZ 21.47 14.72 93.81 -
YUV 84.53 222.51 71.99 -
System Red Green Blue C M Y K H S L
Decimal 6 92 252 0.98 0.63 0 0.01 219.02 0.98 0.51
Hex 6 5C FC 62 3F 0 1 DB 62 33
Octal 6 134 374 142 77 0 1 333 142 63
Binary 110 1011100 11111100 1100010 111111 0 1 11011011 1100010 110011

Color Harmonies of #065CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CFC

Black with #065CFC

Text Example


Text Example

White with #065CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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