Html Css Color HEX #0C69E1 Navy Blue

📋 copy color: '#0C69E1'

red 12 ◦ green 105 ◦ blue 225

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

Shades of Navy Blue #0C69E1

Tints of Navy Blue #0C69E1

RGB

 RED value IS 12 (5.08% from 255) = 3.51%

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

 BLUE value IS 225 (88.28% from 255) = 65.79%

R = 3.51%
G = 30.7%
B = 65.79%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0C69E1 (or 0x0C69E1) is known color: Navy Blue. HEX triplet: 0C, 69 and E1. RGB value is (12,105,225). Sum of RGB (Red+Green+Blue) = 12+105+225=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 225 (88.28% from 255 or 65.79% from 342); Max value from RGB is 225 - color contains mainly: blue. Hex color #0C69E1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C69E1 is #F3961E. Grayscale: #5A5A5A. Windows color (decimal): -15963679 or 14772492. OLE color: 14772492.

HSL color Cylindrical-coordinate representation of color #0C69E1: hue angle of 213.8º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C69E1 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 12 105 225 -
CMYK 0.95 0.53 0 0.12
HSL 213.8º 0.9% 0.46% -
HSV(B) 213.8º 0.95% 0.88% -
XYZ 18.79 15.62 73.26 -
YUV 90.87 203.69 71.74 -
System Red Green Blue C M Y K H S L
Decimal 12 105 225 0.95 0.53 0 0.12 213.8 0.9 0.46
Hex C 69 E1 5F 35 0 C D6 5A 2E
Octal 14 151 341 137 65 0 14 326 132 56
Binary 1100 1101001 11100001 1011111 110101 0 1100 11010110 1011010 101110

Color Harmonies of #0C69E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C69E1

Black with #0C69E1

Text Example


Text Example

White with #0C69E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C69E1; }

 p { color: rgb(12,105,225); }

 H1.HeaderClassName
 {
   color: #0C69E1;
 }
 .AnyTagClassName
 {
   color: #0C69E1;
 }
</style>

background-color css

<style>
 a { background-color: #0C69E1; }

 a { background-color: rgb(12,105,225); }

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

border-color css

<style>
 span { border-color: #0C69E1; }

 span { border-color: rgb(12,105,225); }

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