Html Css Color HEX #0C264B Midnight

📋 copy color: '#0C264B'

red 12 ◦ green 38 ◦ blue 75

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

Shades of Midnight #0C264B

Tints of Midnight #0C264B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.4%

 BLUE value IS 75 (29.69% from 255) = 60%

R = 9.6%
G = 30.4%
B = 60%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C264B (or 0x0C264B) is known color: Midnight. HEX triplet: 0C, 26 and 4B. RGB value is (12,38,75). Sum of RGB (Red+Green+Blue) = 12+38+75=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C264B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C264B is #F3D9B4. Grayscale: #222222. Windows color (decimal): -15980981 or 4924940. OLE color: 4924940.

HSL color Cylindrical-coordinate representation of color #0C264B: hue angle of 215.24º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C264B is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 38 75 -
CMYK 0.84 0.49 0 0.71
HSL 215.24º 0.72% 0.17% -
HSV(B) 215.24º 0.84% 0.29% -
XYZ 2.11 1.97 6.93 -
YUV 34.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 12 38 75 0.84 0.49 0 0.71 215.24 0.72 0.17
Hex C 26 4B 54 31 0 47 D7 48 11
Octal 14 46 113 124 61 0 107 327 110 21
Binary 1100 100110 1001011 1010100 110001 0 1000111 11010111 1001000 10001

Color Harmonies of #0C264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C264B

Black with #0C264B

Text Example


Text Example

White with #0C264B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,38,75); }

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

background-color css

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

 a { background-color: rgb(12,38,75); }

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

border-color css

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

 span { border-color: rgb(12,38,75); }

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