Html Css Color HEX #1284CF Navy Blue

📋 copy color: '#1284CF'

red 18 ◦ green 132 ◦ blue 207

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

Shades of Navy Blue #1284CF

Tints of Navy Blue #1284CF

RGB

 RED value IS 18 (7.42% from 255) = 5.04%

 GREEN value IS 132 (51.95% from 255) = 36.97%

 BLUE value IS 207 (81.25% from 255) = 57.98%

R = 5.04%
G = 36.97%
B = 57.98%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1284CF (or 0x1284CF) is known color: Navy Blue. HEX triplet: 12, 84 and CF. RGB value is (18,132,207). Sum of RGB (Red+Green+Blue) = 18+132+207=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #1284CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1284CF is #ED7B30. Grayscale: #6A6A6A. Windows color (decimal): -15563569 or 13599762. OLE color: 13599762.

HSL color Cylindrical-coordinate representation of color #1284CF: hue angle of 203.81º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1284CF is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 132 207 -
CMYK 0.91 0.36 0 0.19
HSL 203.81º 0.84% 0.44% -
HSV(B) 203.81º 0.91% 0.81% -
XYZ 19.76 21.14 62.07 -
YUV 106.46 184.73 64.9 -
System Red Green Blue C M Y K H S L
Decimal 18 132 207 0.91 0.36 0 0.19 203.81 0.84 0.44
Hex 12 84 CF 5B 24 0 13 CC 54 2C
Octal 22 204 317 133 44 0 23 314 124 54
Binary 10010 10000100 11001111 1011011 100100 0 10011 11001100 1010100 101100

Color Harmonies of #1284CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1284CF

Black with #1284CF

Text Example


Text Example

White with #1284CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1284CF; }

 p { color: rgb(18,132,207); }

 H1.HeaderClassName
 {
   color: #1284CF;
 }
 .AnyTagClassName
 {
   color: #1284CF;
 }
</style>

background-color css

<style>
 a { background-color: #1284CF; }

 a { background-color: rgb(18,132,207); }

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

border-color css

<style>
 span { border-color: #1284CF; }

 span { border-color: rgb(18,132,207); }

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