Html Css Color HEX #232B85 Midnight Blue

📋 copy color: '#232B85'

red 35 ◦ green 43 ◦ blue 133

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

Shades of Midnight Blue #232B85

Tints of Midnight Blue #232B85

RGB

 RED value IS 35 (14.06% from 255) = 16.59%

 GREEN value IS 43 (17.19% from 255) = 20.38%

 BLUE value IS 133 (52.34% from 255) = 63.03%

R = 16.59%
G = 20.38%
B = 63.03%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#232B85 (or 0x232B85) is known color: Midnight Blue. HEX triplet: 23, 2B and 85. RGB value is (35,43,133). Sum of RGB (Red+Green+Blue) = 35+43+133=211 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.59% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #232B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232B85 is #DCD47A. Grayscale: #323232. Windows color (decimal): -14472315 or 8727331. OLE color: 8727331.

HSL color Cylindrical-coordinate representation of color #232B85: hue angle of 235.1º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #232B85 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 43 133 -
CMYK 0.74 0.68 0 0.48
HSL 235.1º 0.58% 0.33% -
HSV(B) 235.1º 0.74% 0.52% -
XYZ 5.79 3.78 22.61 -
YUV 50.87 174.35 116.68 -
System Red Green Blue C M Y K H S L
Decimal 35 43 133 0.74 0.68 0 0.48 235.1 0.58 0.33
Hex 23 2B 85 4A 44 0 30 EB 3A 21
Octal 43 53 205 112 104 0 60 353 72 41
Binary 100011 101011 10000101 1001010 1000100 0 110000 11101011 111010 100001

Color Harmonies of #232B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232B85

Black with #232B85

Text Example


Text Example

White with #232B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232B85; }

 p { color: rgb(35,43,133); }

 H1.HeaderClassName
 {
   color: #232B85;
 }
 .AnyTagClassName
 {
   color: #232B85;
 }
</style>

background-color css

<style>
 a { background-color: #232B85; }

 a { background-color: rgb(35,43,133); }

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

border-color css

<style>
 span { border-color: #232B85; }

 span { border-color: rgb(35,43,133); }

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