Html Css Color HEX #035CBF Navy Blue

📋 copy color: '#035CBF'

red 3 ◦ green 92 ◦ blue 191

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

Shades of Navy Blue #035CBF

Tints of Navy Blue #035CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 66.78%

R = 1.05%
G = 32.17%
B = 66.78%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#035CBF (or 0x035CBF) is known color: Navy Blue. HEX triplet: 03, 5C and BF. RGB value is (3,92,191). Sum of RGB (Red+Green+Blue) = 3+92+191=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #035CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CBF is #FCA340. Grayscale: #4C4C4C. Windows color (decimal): -16556865 or 12540931. OLE color: 12540931.

HSL color Cylindrical-coordinate representation of color #035CBF: hue angle of 211.6º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035CBF is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 92 191 -
CMYK 0.98 0.52 0 0.25
HSL 211.6º 0.97% 0.38% -
HSV(B) 211.6º 0.98% 0.75% -
XYZ 13.27 11.44 50.8 -
YUV 76.68 192.51 75.45 -
System Red Green Blue C M Y K H S L
Decimal 3 92 191 0.98 0.52 0 0.25 211.6 0.97 0.38
Hex 3 5C BF 62 34 0 19 D4 61 26
Octal 3 134 277 142 64 0 31 324 141 46
Binary 11 1011100 10111111 1100010 110100 0 11001 11010100 1100001 100110

Color Harmonies of #035CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CBF

Black with #035CBF

Text Example


Text Example

White with #035CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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