Html Css Color HEX #136ACF Navy Blue

📋 copy color: '#136ACF'

red 19 ◦ green 106 ◦ blue 207

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

Shades of Navy Blue #136ACF

Tints of Navy Blue #136ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.93%

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

R = 5.72%
G = 31.93%
B = 62.35%

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

#136ACF (or 0x136ACF) is known color: Navy Blue. HEX triplet: 13, 6A and CF. RGB value is (19,106,207). Sum of RGB (Red+Green+Blue) = 19+106+207=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #136ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136ACF is #EC9530. Grayscale: #5B5B5B. Windows color (decimal): -15504689 or 13593107. OLE color: 13593107.

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

Color convert

RGB 19 106 207 -
CMYK 0.91 0.49 0 0.19
HSL 212.23º 0.83% 0.44% -
HSV(B) 212.23º 0.91% 0.81% -
XYZ 16.69 14.95 61.04 -
YUV 91.5 193.18 76.29 -
System Red Green Blue C M Y K H S L
Decimal 19 106 207 0.91 0.49 0 0.19 212.23 0.83 0.44
Hex 13 6A CF 5B 31 0 13 D4 53 2C
Octal 23 152 317 133 61 0 23 324 123 54
Binary 10011 1101010 11001111 1011011 110001 0 10011 11010100 1010011 101100

Color Harmonies of #136ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136ACF

Black with #136ACF

Text Example


Text Example

White with #136ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136ACF; }

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

 H1.HeaderClassName
 {
   color: #136ACF;
 }
 .AnyTagClassName
 {
   color: #136ACF;
 }
</style>

background-color css

<style>
 a { background-color: #136ACF; }

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

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

border-color css

<style>
 span { border-color: #136ACF; }

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

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