Html Css Color HEX #035CEB Navy Blue

📋 copy color: '#035CEB'

red 3 ◦ green 92 ◦ blue 235

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

Shades of Navy Blue #035CEB

Tints of Navy Blue #035CEB

RGB

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

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

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

R = 0.91%
G = 27.88%
B = 71.21%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#035CEB (or 0x035CEB) is known color: Navy Blue. HEX triplet: 03, 5C and EB. RGB value is (3,92,235). Sum of RGB (Red+Green+Blue) = 3+92+235=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #035CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035CEB is #FCA314. Grayscale: #515151. Windows color (decimal): -16556821 or 15424515. OLE color: 15424515.

HSL color Cylindrical-coordinate representation of color #035CEB: hue angle of 216.98º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035CEB is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 92 235 -
CMYK 0.99 0.61 0 0.08
HSL 216.98º 0.97% 0.47% -
HSV(B) 216.98º 0.99% 0.92% -
XYZ 18.86 13.67 80.24 -
YUV 81.69 214.51 71.87 -
System Red Green Blue C M Y K H S L
Decimal 3 92 235 0.99 0.61 0 0.08 216.98 0.97 0.47
Hex 3 5C EB 63 3D 0 8 D9 61 2F
Octal 3 134 353 143 75 0 10 331 141 57
Binary 11 1011100 11101011 1100011 111101 0 1000 11011001 1100001 101111

Color Harmonies of #035CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CEB

Black with #035CEB

Text Example


Text Example

White with #035CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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