Html Css Color HEX #035CFB Navy Blue

📋 copy color: '#035CFB'

red 3 ◦ green 92 ◦ blue 251

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

Shades of Navy Blue #035CFB

Tints of Navy Blue #035CFB

RGB

 RED value IS 3 (1.56% from 255) = 0.87%

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

 BLUE value IS 251 (98.44% from 255) = 72.54%

R = 0.87%
G = 26.59%
B = 72.54%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#035CFB (or 0x035CFB) is known color: Navy Blue. HEX triplet: 03, 5C and FB. RGB value is (3,92,251). Sum of RGB (Red+Green+Blue) = 3+92+251=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #035CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035CFB is #FCA304. Grayscale: #525252. Windows color (decimal): -16556805 or 16473091. OLE color: 16473091.

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

Color convert

RGB 3 92 251 -
CMYK 0.99 0.63 0 0.02
HSL 218.47º 0.98% 0.5% -
HSV(B) 218.47º 0.99% 0.98% -
XYZ 21.28 14.64 92.97 -
YUV 83.52 222.51 70.57 -
System Red Green Blue C M Y K H S L
Decimal 3 92 251 0.99 0.63 0 0.02 218.47 0.98 0.5
Hex 3 5C FB 63 3F 0 2 DA 62 32
Octal 3 134 373 143 77 0 2 332 142 62
Binary 11 1011100 11111011 1100011 111111 0 10 11011010 1100010 110010

Color Harmonies of #035CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CFB

Black with #035CFB

Text Example


Text Example

White with #035CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035CFB; }

 p { color: rgb(3,92,251); }

 H1.HeaderClassName
 {
   color: #035CFB;
 }
 .AnyTagClassName
 {
   color: #035CFB;
 }
</style>

background-color css

<style>
 a { background-color: #035CFB; }

 a { background-color: rgb(3,92,251); }

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

border-color css

<style>
 span { border-color: #035CFB; }

 span { border-color: rgb(3,92,251); }

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