Html Css Color HEX #1A30BC Persian Blue

📋 copy color: '#1A30BC'

red 26 ◦ green 48 ◦ blue 188

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

Shades of Persian Blue #1A30BC

Tints of Persian Blue #1A30BC

RGB

 RED value IS 26 (10.55% from 255) = 9.92%

 GREEN value IS 48 (19.14% from 255) = 18.32%

 BLUE value IS 188 (73.83% from 255) = 71.76%

R = 9.92%
G = 18.32%
B = 71.76%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1A30BC (or 0x1A30BC) is known color: Persian Blue. HEX triplet: 1A, 30 and BC. RGB value is (26,48,188). Sum of RGB (Red+Green+Blue) = 26+48+188=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A30BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A30BC is #E5CF43. Grayscale: #383838. Windows color (decimal): -15060804 or 12333082. OLE color: 12333082.

HSL color Cylindrical-coordinate representation of color #1A30BC: hue angle of 231.85º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A30BC is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 48 188 -
CMYK 0.86 0.74 0 0.26
HSL 231.85º 0.76% 0.42% -
HSV(B) 231.85º 0.86% 0.74% -
XYZ 10.56 5.96 48.17 -
YUV 57.38 201.71 105.62 -
System Red Green Blue C M Y K H S L
Decimal 26 48 188 0.86 0.74 0 0.26 231.85 0.76 0.42
Hex 1A 30 BC 56 4A 0 1A E8 4C 2A
Octal 32 60 274 126 112 0 32 350 114 52
Binary 11010 110000 10111100 1010110 1001010 0 11010 11101000 1001100 101010

Color Harmonies of #1A30BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A30BC

Black with #1A30BC

Text Example


Text Example

White with #1A30BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A30BC; }

 p { color: rgb(26,48,188); }

 H1.HeaderClassName
 {
   color: #1A30BC;
 }
 .AnyTagClassName
 {
   color: #1A30BC;
 }
</style>

background-color css

<style>
 a { background-color: #1A30BC; }

 a { background-color: rgb(26,48,188); }

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

border-color css

<style>
 span { border-color: #1A30BC; }

 span { border-color: rgb(26,48,188); }

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