Html Css Color HEX #035CEA Navy Blue

📋 copy color: '#035CEA'

red 3 ◦ green 92 ◦ blue 234

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

Shades of Navy Blue #035CEA

Tints of Navy Blue #035CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 71.12%

R = 0.91%
G = 27.96%
B = 71.12%

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

#035CEA (or 0x035CEA) is known color: Navy Blue. HEX triplet: 03, 5C and EA. RGB value is (3,92,234). Sum of RGB (Red+Green+Blue) = 3+92+234=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #035CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035CEA is #FCA315. Grayscale: #505050. Windows color (decimal): -16556822 or 15358979. OLE color: 15358979.

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

Color convert

RGB 3 92 234 -
CMYK 0.99 0.61 0 0.08
HSL 216.88º 0.97% 0.46% -
HSV(B) 216.88º 0.99% 0.92% -
XYZ 18.72 13.61 79.48 -
YUV 81.58 214.01 71.95 -
System Red Green Blue C M Y K H S L
Decimal 3 92 234 0.99 0.61 0 0.08 216.88 0.97 0.46
Hex 3 5C EA 63 3D 0 8 D9 61 2E
Octal 3 134 352 143 75 0 10 331 141 56
Binary 11 1011100 11101010 1100011 111101 0 1000 11011001 1100001 101110

Color Harmonies of #035CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CEA

Black with #035CEA

Text Example


Text Example

White with #035CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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