Html Css Color HEX #185FED Navy Blue

📋 copy color: '#185FED'

red 24 ◦ green 95 ◦ blue 237

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

Shades of Navy Blue #185FED

Tints of Navy Blue #185FED

RGB

 RED value IS 24 (9.77% from 255) = 6.74%

 GREEN value IS 95 (37.5% from 255) = 26.69%

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

R = 6.74%
G = 26.69%
B = 66.57%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#185FED (or 0x185FED) is known color: Navy Blue. HEX triplet: 18, 5F and ED. RGB value is (24,95,237). Sum of RGB (Red+Green+Blue) = 24+95+237=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #185FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FED is #E7A012. Grayscale: #595959. Windows color (decimal): -15179795 or 15556376. OLE color: 15556376.

HSL color Cylindrical-coordinate representation of color #185FED: hue angle of 220º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185FED is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 95 237 -
CMYK 0.90 0.60 0 0.07
HSL 220º 0.86% 0.51% -
HSV(B) 220º 0.9% 0.93% -
XYZ 19.75 14.49 81.88 -
YUV 89.96 210.98 80.95 -
System Red Green Blue C M Y K H S L
Decimal 24 95 237 0.90 0.60 0 0.07 220 0.86 0.51
Hex 18 5F ED 5A 3C 0 7 DC 56 33
Octal 30 137 355 132 74 0 7 334 126 63
Binary 11000 1011111 11101101 1011010 111100 0 111 11011100 1010110 110011

Color Harmonies of #185FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185FED

Black with #185FED

Text Example


Text Example

White with #185FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185FED; }

 p { color: rgb(24,95,237); }

 H1.HeaderClassName
 {
   color: #185FED;
 }
 .AnyTagClassName
 {
   color: #185FED;
 }
</style>

background-color css

<style>
 a { background-color: #185FED; }

 a { background-color: rgb(24,95,237); }

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

border-color css

<style>
 span { border-color: #185FED; }

 span { border-color: rgb(24,95,237); }

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