Html Css Color HEX #035CED Navy Blue

📋 copy color: '#035CED'

red 3 ◦ green 92 ◦ blue 237

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

Shades of Navy Blue #035CED

Tints of Navy Blue #035CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.39%

R = 0.9%
G = 27.71%
B = 71.39%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#035CED (or 0x035CED) is known color: Navy Blue. HEX triplet: 03, 5C and ED. RGB value is (3,92,237). Sum of RGB (Red+Green+Blue) = 3+92+237=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #035CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035CED is #FCA312. Grayscale: #515151. Windows color (decimal): -16556819 or 15555587. OLE color: 15555587.

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

Color convert

RGB 3 92 237 -
CMYK 0.99 0.61 0 0.07
HSL 217.18º 0.98% 0.47% -
HSV(B) 217.18º 0.99% 0.93% -
XYZ 19.15 13.79 81.77 -
YUV 81.92 215.51 71.71 -
System Red Green Blue C M Y K H S L
Decimal 3 92 237 0.99 0.61 0 0.07 217.18 0.98 0.47
Hex 3 5C ED 63 3D 0 7 D9 62 2F
Octal 3 134 355 143 75 0 7 331 142 57
Binary 11 1011100 11101101 1100011 111101 0 111 11011001 1100010 101111

Color Harmonies of #035CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CED

Black with #035CED

Text Example


Text Example

White with #035CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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