Html Css Color HEX #1369CF Navy Blue

📋 copy color: '#1369CF'

red 19 ◦ green 105 ◦ blue 207

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

Shades of Navy Blue #1369CF

Tints of Navy Blue #1369CF

RGB

 RED value IS 19 (7.81% from 255) = 5.74%

 GREEN value IS 105 (41.41% from 255) = 31.72%

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

R = 5.74%
G = 31.72%
B = 62.54%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1369CF (or 0x1369CF) is known color: Navy Blue. HEX triplet: 13, 69 and CF. RGB value is (19,105,207). Sum of RGB (Red+Green+Blue) = 19+105+207=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #1369CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1369CF is #EC9630. Grayscale: #5A5A5A. Windows color (decimal): -15504945 or 13592851. OLE color: 13592851.

HSL color Cylindrical-coordinate representation of color #1369CF: hue angle of 212.55º degrees, saturation: 0.83, 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 #1369CF is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 105 207 -
CMYK 0.91 0.49 0 0.19
HSL 212.55º 0.83% 0.44% -
HSV(B) 212.55º 0.91% 0.81% -
XYZ 16.58 14.75 61 -
YUV 90.91 193.51 76.71 -
System Red Green Blue C M Y K H S L
Decimal 19 105 207 0.91 0.49 0 0.19 212.55 0.83 0.44
Hex 13 69 CF 5B 31 0 13 D5 53 2C
Octal 23 151 317 133 61 0 23 325 123 54
Binary 10011 1101001 11001111 1011011 110001 0 10011 11010101 1010011 101100

Color Harmonies of #1369CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1369CF

Black with #1369CF

Text Example


Text Example

White with #1369CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,105,207); }

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

background-color css

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

 a { background-color: rgb(19,105,207); }

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

border-color css

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

 span { border-color: rgb(19,105,207); }

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