Html Css Color HEX #1368CF Navy Blue

📋 copy color: '#1368CF'

red 19 ◦ green 104 ◦ blue 207

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

Shades of Navy Blue #1368CF

Tints of Navy Blue #1368CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.52%

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

R = 5.76%
G = 31.52%
B = 62.73%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1368CF (or 0x1368CF) is known color: Navy Blue. HEX triplet: 13, 68 and CF. RGB value is (19,104,207). Sum of RGB (Red+Green+Blue) = 19+104+207=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #1368CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1368CF is #EC9730. Grayscale: #595959. Windows color (decimal): -15505201 or 13592595. OLE color: 13592595.

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

Color convert

RGB 19 104 207 -
CMYK 0.91 0.50 0 0.19
HSL 212.87º 0.83% 0.44% -
HSV(B) 212.87º 0.91% 0.81% -
XYZ 16.48 14.54 60.97 -
YUV 90.33 193.84 77.12 -
System Red Green Blue C M Y K H S L
Decimal 19 104 207 0.91 0.50 0 0.19 212.87 0.83 0.44
Hex 13 68 CF 5B 32 0 13 D5 53 2C
Octal 23 150 317 133 62 0 23 325 123 54
Binary 10011 1101000 11001111 1011011 110010 0 10011 11010101 1010011 101100

Color Harmonies of #1368CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1368CF

Black with #1368CF

Text Example


Text Example

White with #1368CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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