Html Css Color HEX #1268CF Navy Blue

📋 copy color: '#1268CF'

red 18 ◦ green 104 ◦ blue 207

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

Shades of Navy Blue #1268CF

Tints of Navy Blue #1268CF

RGB

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

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

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

R = 5.47%
G = 31.61%
B = 62.92%

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

#1268CF (or 0x1268CF) is known color: Navy Blue. HEX triplet: 12, 68 and CF. RGB value is (18,104,207). Sum of RGB (Red+Green+Blue) = 18+104+207=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #1268CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1268CF is #ED9730. Grayscale: #595959. Windows color (decimal): -15570737 or 13592594. OLE color: 13592594.

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

Color convert

RGB 18 104 207 -
CMYK 0.91 0.50 0 0.19
HSL 212.7º 0.84% 0.44% -
HSV(B) 212.7º 0.91% 0.81% -
XYZ 16.46 14.53 60.97 -
YUV 90.03 194.01 76.62 -
System Red Green Blue C M Y K H S L
Decimal 18 104 207 0.91 0.50 0 0.19 212.7 0.84 0.44
Hex 12 68 CF 5B 32 0 13 D5 54 2C
Octal 22 150 317 133 62 0 23 325 124 54
Binary 10010 1101000 11001111 1011011 110010 0 10011 11010101 1010100 101100

Color Harmonies of #1268CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1268CF

Black with #1268CF

Text Example


Text Example

White with #1268CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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