Html Css Color HEX #0C254B Midnight

📋 copy color: '#0C254B'

red 12 ◦ green 37 ◦ blue 75

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

Shades of Midnight #0C254B

Tints of Midnight #0C254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.84%

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

R = 9.68%
G = 29.84%
B = 60.48%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C254B (or 0x0C254B) is known color: Midnight. HEX triplet: 0C, 25 and 4B. RGB value is (12,37,75). Sum of RGB (Red+Green+Blue) = 12+37+75=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C254B is #F3DAB4. Grayscale: #212121. Windows color (decimal): -15981237 or 4924684. OLE color: 4924684.

HSL color Cylindrical-coordinate representation of color #0C254B: hue angle of 216.19º 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 #0C254B is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 37 75 -
CMYK 0.84 0.51 0 0.71
HSL 216.19º 0.72% 0.17% -
HSV(B) 216.19º 0.84% 0.29% -
XYZ 2.08 1.91 6.92 -
YUV 33.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 12 37 75 0.84 0.51 0 0.71 216.19 0.72 0.17
Hex C 25 4B 54 33 0 47 D8 48 11
Octal 14 45 113 124 63 0 107 330 110 21
Binary 1100 100101 1001011 1010100 110011 0 1000111 11011000 1001000 10001

Color Harmonies of #0C254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C254B

Black with #0C254B

Text Example


Text Example

White with #0C254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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