Html Css Color HEX #123DBB Persian Blue

📋 copy color: '#123DBB'

red 18 ◦ green 61 ◦ blue 187

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

Shades of Persian Blue #123DBB

Tints of Persian Blue #123DBB

RGB

 RED value IS 18 (7.42% from 255) = 6.77%

 GREEN value IS 61 (24.22% from 255) = 22.93%

 BLUE value IS 187 (73.44% from 255) = 70.3%

R = 6.77%
G = 22.93%
B = 70.3%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#123DBB (or 0x123DBB) is known color: Persian Blue. HEX triplet: 12, 3D and BB. RGB value is (18,61,187). Sum of RGB (Red+Green+Blue) = 18+61+187=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #123DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123DBB is #EDC244. Grayscale: #3D3D3D. Windows color (decimal): -15581765 or 12270866. OLE color: 12270866.

HSL color Cylindrical-coordinate representation of color #123DBB: hue angle of 224.73º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123DBB is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 61 187 -
CMYK 0.90 0.67 0 0.27
HSL 224.73º 0.82% 0.4% -
HSV(B) 224.73º 0.9% 0.73% -
XYZ 10.89 7.05 47.8 -
YUV 62.51 198.25 96.25 -
System Red Green Blue C M Y K H S L
Decimal 18 61 187 0.90 0.67 0 0.27 224.73 0.82 0.4
Hex 12 3D BB 5A 43 0 1B E1 52 28
Octal 22 75 273 132 103 0 33 341 122 50
Binary 10010 111101 10111011 1011010 1000011 0 11011 11100001 1010010 101000

Color Harmonies of #123DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123DBB

Black with #123DBB

Text Example


Text Example

White with #123DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123DBB; }

 p { color: rgb(18,61,187); }

 H1.HeaderClassName
 {
   color: #123DBB;
 }
 .AnyTagClassName
 {
   color: #123DBB;
 }
</style>

background-color css

<style>
 a { background-color: #123DBB; }

 a { background-color: rgb(18,61,187); }

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

border-color css

<style>
 span { border-color: #123DBB; }

 span { border-color: rgb(18,61,187); }

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